C# Класс WaveEngine.Components.GameActions.WaitCountGameAction

A game action to continue with other action
Наследование: GameAction
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Описание методов

ActionCancelled() защищенный Метод

Method invoqued when an action is cancelled
protected ActionCancelled ( IGameAction action ) : void
action IGameAction The game action.
Результат void

ActionCompleted() защищенный Метод

Method invoqued when an action is cancelled
protected ActionCompleted ( IGameAction action ) : void
action IGameAction The game action.
Результат void

CheckEnd() защищенный Метод

Checks the end.
protected CheckEnd ( ) : void
Результат void

PerformCancel() защищенный Метод

Perform cancel action
protected PerformCancel ( ) : void
Результат void

PerformRun() защищенный Метод

Perform Run actions
protected PerformRun ( ) : void
Результат void

WaitCountGameAction() публичный Метод

Initializes a new instance of the WaitCountGameAction class.
public WaitCountGameAction ( IGameAction parent, int countLimit ) : System
parent IGameAction The parent action.
countLimit int The count limit.
Результат System

WaitCountGameAction() публичный Метод

Initializes a new instance of the WaitCountGameAction class.
public WaitCountGameAction ( Scene scene, int countLimit ) : System
scene Scene The scene.
countLimit int The count limit.
Результат System