Click or drag to resize

ElementAssignmentKeyboardKeyAssignment(KeyboardKeyCode, ModifierKeyFlags, Int32, Pole) Method

Creates a struct for use in element assignment. For assignment of a keyboard key.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public static ElementAssignment KeyboardKeyAssignment(
	KeyboardKeyCode keyboardKey,
	ModifierKeyFlags modifierKeyFlags,
	int actionId,
	Pole axisContribution
)

Parameters

keyboardKey  KeyboardKeyCode
The keyboard key the Action will be bound to. Only used for keyboard maps.
modifierKeyFlags  ModifierKeyFlags
The keyboard modifiers the Action will be bound to. Use this in combination with keyboardKey to make a modified key assignment. Only used for keyboard maps.
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.

Return Value

ElementAssignment
ElementAssignment
See Also