InputAction Constructor |
<<<<<<< HEAD | Name | Description |
---|---|---|
![]() | InputAction(KeyCode) |
Creates a new InputAction from the given KeyCode.
|
![]() | InputAction(InputAction) |
Essentially a "cloning" constructor. Creates a new instance and sets the mKeyCode and mAxis values of the new instance to the same values as the passed argument.
|
![]() | InputAction(InputAxis) |
Creates a new InputAction from the given InputAxis.
|