Click or drag to resize
InputAction Constructor
Overload List
  <<<<<<< HEAD NameDescription
Public methodInputAction(KeyCode)
Creates a new InputAction from the given KeyCode.
Public methodInputAction(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.
Public methodInputAction(InputAxis)
Creates a new InputAction from the given InputAxis.
Top
See Also
======= NameDescriptionPublic methodInputAction(KeyCode)
Initializes a new instance of the InputAction class
Public methodInputAction(InputAction)
Initializes a new instance of the InputAction class
Public methodInputAction(InputAxis)
Initializes a new instance of the InputAction class
Top
See Also

Reference

InputAction Class
Planetbase Namespace
>>>>>>> origin/gh-pages