C# Класс Uniject.Unity.UnityInput

Наследование: IInput
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAccelerationEvent ( int index ) : IAccelerationEvent
GetAxis ( string name ) : float
GetAxisRaw ( string name ) : float
GetButton ( string name ) : bool
GetButtonDown ( string name ) : bool
GetButtonUp ( string name ) : 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 ) : ITouch
ResetInputAxes ( ) : void

Описание методов

GetAccelerationEvent() публичный Метод

public GetAccelerationEvent ( int index ) : IAccelerationEvent
index int
Результат IAccelerationEvent

GetAxis() публичный Метод

public GetAxis ( string name ) : float
name string
Результат float

GetAxisRaw() публичный Метод

public GetAxisRaw ( string name ) : float
name string
Результат float

GetButton() публичный Метод

public GetButton ( string name ) : bool
name string
Результат bool

GetButtonDown() публичный Метод

public GetButtonDown ( string name ) : bool
name string
Результат bool

GetButtonUp() публичный Метод

public GetButtonUp ( string name ) : bool
name string
Результат bool

GetJoystickNames() публичный Метод

public GetJoystickNames ( ) : string[]
Результат string[]

GetKey() публичный Метод

public GetKey ( string name ) : bool
name string
Результат bool

GetKeyDown() публичный Метод

public GetKeyDown ( string name ) : bool
name string
Результат bool

GetKeyUp() публичный Метод

public GetKeyUp ( string name ) : bool
name string
Результат bool

GetMouseButton() публичный Метод

public GetMouseButton ( int button ) : bool
button int
Результат bool

GetMouseButtonDown() публичный Метод

public GetMouseButtonDown ( int button ) : bool
button int
Результат bool

GetMouseButtonUp() публичный Метод

public GetMouseButtonUp ( int button ) : bool
button int
Результат bool

GetTouch() публичный Метод

public GetTouch ( int index ) : ITouch
index int
Результат ITouch

ResetInputAxes() публичный Метод

public ResetInputAxes ( ) : void
Результат void