ElementAssignmentFullAxisAssignment Method (Int32, Int32, Boolean) |
Creates a struct for use in element assignment.
For assignment of a full axis.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static ElementAssignment FullAxisAssignment(
int elementIdentifierId,
int actionId,
bool invert
)
Parameters
- elementIdentifierId
- Type: SystemInt32
The element identifier id the Action will be bound to. - actionId
- Type: SystemInt32
The id of the Action that will be bound to the controller element. - invert
- Type: SystemBoolean
Is the axis inverted? Used only for axis assignments.
Return Value
Type:
ElementAssignmentElementAssignment
See Also