Property | Type | Description | |
---|---|---|---|
LeftThumbStick | Vector2 | ||
LeftTrigger | float | ||
RightThumbStick | Vector2 | ||
RightTrigger | float |
Method | Description | |
---|---|---|
IsDown ( Buttons button ) : bool | ||
IsPressed ( Buttons button ) : bool | ||
IsUp ( Buttons button ) : bool | ||
Update ( ) : void |
public abstract IsDown ( Buttons button ) : bool | ||
button | Buttons | |
return | bool |
public abstract IsPressed ( Buttons button ) : bool | ||
button | Buttons | |
return | bool |
public abstract IsUp ( Buttons button ) : bool | ||
button | Buttons | |
return | bool |