Свойство | Тип | Описание | |
---|---|---|---|
LowerDeadZone | float | ||
Null | |||
Sensitivity | float | ||
UpperDeadZone | float | ||
player | int |
Метод | Описание | |
---|---|---|
InputControl ( string handle, InputControlType target ) : System | ||
InputControl ( string handle, InputControlType target, int player ) : System | ||
ToString ( ) : string | ||
UpdateWithState ( bool state, ulong updateTick ) : void | ||
UpdateWithValue ( float value, ulong updateTick ) : void |
Метод | Описание | |
---|---|---|
InputControl ( string handle ) : System | ||
PostUpdate ( ulong updateTick ) : void | ||
PreUpdate ( ulong updateTick ) : void |
public InputControl ( string handle, InputControlType target ) : System | ||
handle | string | |
target | InputControlType | |
Результат | System |
public InputControl ( string handle, InputControlType target, int player ) : System | ||
handle | string | |
target | InputControlType | |
player | int | |
Результат | System |
public UpdateWithState ( bool state, ulong updateTick ) : void | ||
state | bool | |
updateTick | ulong | |
Результат | void |
public UpdateWithValue ( float value, ulong updateTick ) : void | ||
value | float | |
updateTick | ulong | |
Результат | void |
public static InputControl,InControl Null | ||
Результат |