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

A game action to wait for a time
Наследование: GameAction
Показать файл Открыть проект

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

Метод Описание
WaitGameAction ( IGameAction parent, System.TimeSpan duration ) : System

Initializes a new instance of the WaitGameAction class.

WaitGameAction ( System.TimeSpan duration, Scene scene = null ) : System

Initializes a new instance of the WaitGameAction class.

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

Метод Описание
PerformCancel ( ) : void

Perform cancel

PerformRun ( ) : void

Perform Run actions

PerformSkip ( ) : bool

Skip the action

Приватные методы

Метод Описание
TimerCompleted ( ) : void

The timer has been fired

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

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

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

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

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

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

Skip the action
protected PerformSkip ( ) : bool
Результат bool

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

Initializes a new instance of the WaitGameAction class.
public WaitGameAction ( IGameAction parent, System.TimeSpan duration ) : System
parent IGameAction The parent action
duration System.TimeSpan The duration of the action
Результат System

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

Initializes a new instance of the WaitGameAction class.
public WaitGameAction ( System.TimeSpan duration, Scene scene = null ) : System
duration System.TimeSpan The duration of the action
scene Scene The scene.
Результат System