Метод | Описание | |
---|---|---|
GetBool ( GMKeyCode code ) : bool | ||
GetFloat ( GMKeyCode code ) : float | ||
GetInt ( GMKeyCode code ) : int | ||
GetQuaternion ( GMKeyCode code ) : Quaternion | ||
GetString ( GMKeyCode code ) : string | ||
GetVector3 ( GMKeyCode code ) : Common.Vector3 | ||
SetControllerType ( ControllerType controllerType ) : void |
Метод | Описание | |
---|---|---|
AngleY ( ) : float | ||
Haxis ( ) : float | ||
Heading ( ) : float | ||
Jumping ( ) : bool | ||
MouseRight ( ) : bool | ||
PlayerSpeed ( ) : float | ||
RunWalkToggled ( ) : bool | ||
Start ( ) : void | ||
Stealthed ( ) : bool | ||
Vaxis ( ) : float |
public GetFloat ( GMKeyCode code ) : float | ||
code | GMKeyCode | |
Результат | float |
public GetQuaternion ( GMKeyCode code ) : Quaternion | ||
code | GMKeyCode | |
Результат | Quaternion |
public GetString ( GMKeyCode code ) : string | ||
code | GMKeyCode | |
Результат | string |
public GetVector3 ( GMKeyCode code ) : Common.Vector3 | ||
code | GMKeyCode | |
Результат | Common.Vector3 |
public SetControllerType ( ControllerType controllerType ) : void | ||
controllerType | ControllerType | |
Результат | void |