Click or drag to resize

ControllerMapCreateElementMap Method (Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey)

Creates an ActionElementMap in this controller map for a keyboard key assignment.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool CreateElementMap(
	int actionId,
	Pole axisContribution,
	KeyCode keyCode,
	ModifierKey modifierKey1,
	ModifierKey modifierKey2,
	ModifierKey modifierKey3
)

Parameters

actionId
Type: SystemInt32
The id of the Action to bind to.
axisContribution
Type: RewiredPole
When the key is pressed, does it return a positive or negative value?
keyCode
Type: KeyCode
The keyboard key the Action will be bound to.
modifierKey1
Type: RewiredModifierKey
First modifier key for the keyboard key. KeyCode.None = no modifier.
modifierKey2
Type: RewiredModifierKey
Second modifier key for the keyboard key. KeyCode.None = no modifier.
modifierKey3
Type: RewiredModifierKey
Third modifier key for the keyboard key. KeyCode.None = no modifier.

Return Value

Type: Boolean
Success/Failure
See Also