메소드 |
설명 |
|
Awake ( ) : void |
|
|
GetAccelerationEvent ( int index ) : AccelerationEvent |
|
|
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 |
|
|