Méthode | Description | |
---|---|---|
AxisAction ( Axis axis ) : System |
Initializes a new instance of the AxisAction class.
|
|
Do ( Action |
Sets the given action to be executed if the axis changes.
|
|
ExecuteAction ( int delta ) : void |
Executes the action.
|
public AxisAction ( Axis axis ) : System | ||
axis | Axis | The axis for which an action should be created. |
Résultat | System |
public ExecuteAction ( int delta ) : void | ||
delta | int | The delta value for this axis. |
Résultat | void |