ElementAssignment(Int32, Int32, Boolean, Int32) Constructor |
A struct for use in element assignment.
Overload for assignment of a full 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 ElementAssignment(
int elementIdentifierId,
int actionId,
bool invert,
int elementMapId
)
Parameters
- elementIdentifierId Int32
- The element identifier id the Action will be bound to.
- actionId Int32
- The id of the Action that will be bound to the controller element.
- invert Boolean
- Is the axis inverted? Used only for axis assignments.
- elementMapId Int32
- The id of the ActionElementMap that this assignment will be replacing. (Optional)
See Also