Method | Description | |
---|---|---|
WaitCountGameAction ( IGameAction parent, int countLimit ) : System |
Initializes a new instance of the WaitCountGameAction class.
|
|
WaitCountGameAction ( Scene scene, int countLimit ) : System |
Initializes a new instance of the WaitCountGameAction class.
|
Method | Description | |
---|---|---|
ActionCancelled ( IGameAction action ) : void |
Method invoqued when an action is cancelled
|
|
ActionCompleted ( IGameAction action ) : void |
Method invoqued when an action is cancelled
|
|
CheckEnd ( ) : void |
Checks the end.
|
|
PerformCancel ( ) : void |
Perform cancel action
|
|
PerformRun ( ) : void |
Perform Run actions
|
protected ActionCancelled ( IGameAction action ) : void | ||
action | IGameAction | The game action. |
return | void |
protected ActionCompleted ( IGameAction action ) : void | ||
action | IGameAction | The game action. |
return | void |
public WaitCountGameAction ( IGameAction parent, int countLimit ) : System | ||
parent | IGameAction | The parent action. |
countLimit | int | The count limit. |
return | System |
public WaitCountGameAction ( Scene scene, int countLimit ) : System | ||
scene | Scene | The scene. |
countLimit | int | The count limit. |
return | System |