C# Класс WaveEngine.Components.Transitions.PushTransition

Transition effect where the next screenContext cover the current screenContext
Наследование: ScreenTransition
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PushTransition ( System.TimeSpan duration, EffectOptions effect ) : System

Initializes a new instance of the PushTransition class.

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

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Draw ( System.TimeSpan gameTime ) : void

Draws the specified game time.

Initialize ( ) : void

Initializes this instance.

Update ( System.TimeSpan gameTime ) : void

Updates the specified game time.

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

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

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

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

Draws the specified game time.
protected Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
Результат void

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

Initializes this instance.
protected Initialize ( ) : void
Результат void

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

Initializes a new instance of the PushTransition class.
public PushTransition ( System.TimeSpan duration, EffectOptions effect ) : System
duration System.TimeSpan The duration.
effect EffectOptions The effect.
Результат System

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

Updates the specified game time.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
Результат void