Click or drag to resize

ElementAssignmentFullAxisAssignment(Int32, Int32, Boolean) Method

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+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public static ElementAssignment FullAxisAssignment(
	int elementIdentifierId,
	int actionId,
	bool invert
)

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.

Return Value

ElementAssignment
ElementAssignment
See Also