Метод | Описание | |
---|---|---|
GetAxisRaw ( string axisName ) : float |
Interface to Input.GetAxisRaw. Can be overridden to provide custom input instead of using the Input class.
|
|
GetButtonDown ( string buttonName ) : bool |
Interface to Input.GetButtonDown. Can be overridden to provide custom input instead of using the Input class.
|
|
GetMouseButton ( int button ) : bool |
Interface to Input.GetMouseButton. Can be overridden to provide custom input instead of using the Input class.
|
|
GetMouseButtonDown ( int button ) : bool |
Interface to Input.GetMouseButtonDown. Can be overridden to provide custom input instead of using the Input class.
|
|
GetMouseButtonUp ( int button ) : bool |
Interface to Input.GetMouseButtonUp. Can be overridden to provide custom input instead of using the Input class.
|
|
GetTouch ( int index ) : |
Interface to Input.GetTouch. Can be overridden to provide custom input instead of using the Input class.
|
public GetAxisRaw ( string axisName ) : float | ||
axisName | string | |
Результат | float |
public GetButtonDown ( string buttonName ) : bool | ||
buttonName | string | |
Результат | bool |
public GetMouseButton ( int button ) : bool | ||
button | int | |
Результат | bool |
public GetMouseButtonDown ( int button ) : bool | ||
button | int | |
Результат | bool |
public GetMouseButtonUp ( int button ) : bool | ||
button | int | |
Результат | bool |
public GetTouch ( int index ) : |
||
index | int | |
Результат |