Click or drag to resize

ActionElementMapShowInField Method

Should this Action Element Map be shown in a particular input field with the specified range? This makes it easy to determine whether to show this map in a full, positive, or negative input field when remapping controls.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ShowInField(
	AxisRange fieldActionRange
)

Parameters

fieldActionRange
Type: RewiredAxisRange
The range of the input field.

Return Value

Type: Boolean
True/False
See Also