Property | Type | Description | |
---|---|---|---|
IsSkippable | bool |
Property | Type | Description | |
---|---|---|---|
OnParentComplete | void |
Method | Description | |
---|---|---|
Cancel ( ) : void |
Cancels this instance.
|
|
Run ( ) : void |
Runs this instance.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
TrySkip ( ) : bool |
Skips this instance.
|
Method | Description | |
---|---|---|
GameAction ( IGameAction parent, string taskName ) : System |
Initializes a new instance of the GameAction class.
|
|
GameAction ( string name, Scene scene = null ) : System |
Initializes a new instance of the GameAction class.
|
|
PerformCancel ( ) : void |
Notifies the cancelled.
|
|
PerformCompleted ( ) : void |
Notifies the completed.
|
|
PerformRun ( ) : void |
Ons the run.
|
|
PerformSkip ( ) : bool |
Notifies the skip.
|
Method | Description | |
---|---|---|
OnParentComplete ( IGameAction parent ) : void |
Parent action is completed
|
protected GameAction ( IGameAction parent, string taskName ) : System | ||
parent | IGameAction | The parent. |
taskName | string | Name of the task. |
return | System |
protected GameAction ( string name, Scene scene = null ) : System | ||
name | string | Name of the game action. |
scene | Scene | The scene |
return | System |