Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
GetAccelerationEvent ( int index ) : |
||
GetAxis ( string axisName ) : float | ||
GetAxisRaw ( string axisName ) : float | ||
GetButton ( string buttonName ) : bool | ||
GetButtonDown ( string buttonName ) : bool | ||
GetButtonUp ( string buttonName ) : bool | ||
GetJoystickNames ( ) : string[] | ||
GetKey ( string name ) : bool | ||
GetKeyDown ( string name ) : bool | ||
GetKeyUp ( string name ) : bool | ||
GetMouseButton ( int button ) : bool | ||
GetMouseButtonDown ( int button ) : bool | ||
GetMouseButtonUp ( int button ) : bool | ||
GetTouch ( int index ) : Touch | ||
HFTInput ( ) : System | ||
IsJoystickPreconfigured ( string joystickName ) : bool | ||
ResetInputAxes ( ) : void | ||
SpecifyAxisNameToAxisIndex ( string axisName, int axisIndex ) : void | ||
SpecifyButtonNameToButtonIndex ( string buttonName, int buttonIndex ) : void | ||
Update ( ) : void |
public GetAccelerationEvent ( int index ) : |
||
index | int | |
Résultat |
public GetAxisRaw ( string axisName ) : float | ||
axisName | string | |
Résultat | float |
public GetButton ( string buttonName ) : bool | ||
buttonName | string | |
Résultat | bool |
public GetButtonDown ( string buttonName ) : bool | ||
buttonName | string | |
Résultat | bool |
public GetButtonUp ( string buttonName ) : bool | ||
buttonName | string | |
Résultat | bool |
public GetMouseButton ( int button ) : bool | ||
button | int | |
Résultat | bool |
public GetMouseButtonDown ( int button ) : bool | ||
button | int | |
Résultat | bool |
public GetMouseButtonUp ( int button ) : bool | ||
button | int | |
Résultat | bool |
public IsJoystickPreconfigured ( string joystickName ) : bool | ||
joystickName | string | |
Résultat | bool |
public SpecifyAxisNameToAxisIndex ( string axisName, int axisIndex ) : void | ||
axisName | string | |
axisIndex | int | |
Résultat | void |
public SpecifyButtonNameToButtonIndex ( string buttonName, int buttonIndex ) : void | ||
buttonName | string | |
buttonIndex | int | |
Résultat | void |