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

Game action that is updated
Наследование: GameAction
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
UpdatableGameAction ( string name, Scene scene = null ) : System

Initializes a new instance of the UpdatableGameAction class.

Update ( System.TimeSpan gameTime ) : void

Updates the game action

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

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

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

Update() публичный абстрактный Метод

Updates the game action
public abstract Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The ellapsed time
Результат void