ElementAssignmentSplitAxisAssignment(Int32, AxisRange, Int32, Pole, Int32) Method |
Creates a struct for use in element assignment.
For assignment of a split axis to replace an existing element map.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static ElementAssignment SplitAxisAssignment(
int elementIdentifierId,
AxisRange axisRange,
int actionId,
Pole axisContribution,
int elementMapId
)
Parameters
- elementIdentifierId Int32
- The element identifier id the Action will be bound to.
- axisRange AxisRange
- The range of the axis of this assignment. Use Positive or Negative to assign a split axis or Full for a single unified axis assignment.
- actionId Int32
- The id of the Action that will be bound to the controller element.
- axisContribution Pole
- Does this Action contribute positive or negative values to the final Action's input value? Used for split axis and button/key assignments.
- elementMapId Int32
- The id of the ActionElementMap that this assignment will be replacing. (Optional)
Return Value
ElementAssignmentElementAssignment
See Also