Méthode | Description | |
---|---|---|
ActionGameAction ( System.Action action, Scene scene = null ) : System |
Initializes a new instance of the ActionGameAction class.
|
|
ActionGameAction ( IGameAction parent, System.Action action ) : System |
Initializes a new instance of the ActionGameAction class.
|
Méthode | Description | |
---|---|---|
PerformRun ( ) : void |
Perform run action
|
public ActionGameAction ( System.Action action, Scene scene = null ) : System | ||
action | System.Action | The action to execute |
scene | Scene | The associated scene. |
Résultat | System |
public ActionGameAction ( IGameAction parent, System.Action action ) : System | ||
parent | IGameAction | The parent task. |
action | System.Action | The action to execute |
Résultat | System |