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

Behavior that updates the game action
Наследование: Behavior
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GameActionUpdaterBehavior ( ) : System

Initializes a new instance of the GameActionUpdaterBehavior class.

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

Метод Описание
Update ( System.TimeSpan gameTime ) : void

Updates the instance of the behavior

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

Метод Описание
BeginAction ( UpdatableGameAction gameAction ) : void

Begins the action

StopAction ( UpdatableGameAction gameAction ) : void

Stops the game action

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

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

Initializes a new instance of the GameActionUpdaterBehavior class.
public GameActionUpdaterBehavior ( ) : System
Результат System

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

Updates the instance of the behavior
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan Ellapsed time
Результат void