|
2D Platform Controller
v1.7.0
Autogenerated code documentation for the 2D Platform Controller.
|
A simple character input. Arrows to move, left SHIFT to run, SPACE to jump. More...
Inherits RaycastCharacterInput.
Public Attributes | |
| bool | alwaysRun |
Additional Inherited Members | |
Public Member Functions inherited from RaycastCharacterInput | |
| virtual void | CancelJump () |
| Stop jump from happening, useful for platforms that don't let you jump (or special jump behaviour). More... | |
Properties inherited from RaycastCharacterInput | |
| virtual float | x [get, set] |
| The x movement. Use 1.0f or -1.0f to run. Smaller values to walk. More... | |
| virtual float | y [get, set] |
| The y movement. 1.0f = up, -1.0f = down. More... | |
| virtual bool | jumpButtonHeld [get, set] |
| Is the jump button being held down. More... | |
| virtual bool | jumpButtonDown [get, set] |
| Was the jump button pressed this frame. More... | |
A simple character input. Arrows to move, left SHIFT to run, SPACE to jump.