Method | Description | |
---|---|---|
DisableAction ( string action ) : void |
Disable action
|
|
EnableAction ( string action ) : void |
Enable action
|
|
GetAxisRaw ( ) : Vector2 | ||
GetAxisRawX ( ) : float | ||
GetAxisRawY ( ) : float | ||
IsActionDown ( string action ) : bool | ||
IsActionHeld ( string action ) : bool | ||
IsActionUp ( string action ) : bool | ||
IsDownDown ( ) : bool | ||
IsLeftDown ( ) : bool | ||
IsRightDown ( ) : bool | ||
IsUpDown ( ) : bool | ||
SetAxis ( Vector2 v ) : void |
Modify axis
|
|
SetX ( float x ) : void |
Modify X axis
|
|
SetY ( float y ) : void |
Modify Y axis
|
public DisableAction ( string action ) : void | ||
action | string | |
return | void |