C# Класс Myre.StateManagement.Screen

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void

Draws this instance.

PrepareDraw ( ) : void

Prepares the draw.

Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void

Updates the screen.

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

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

Called when the screen begins transitioning off

BeginTransitionOn ( ) : void

Called when the screen begins transitioning on

Dispose ( bool disposing ) : void
OnHidden ( ) : void

Called when the screen state changes to hidden.

OnShown ( ) : void

Called when the screen state changes to visible.

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

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

Called when the screen begins transitioning off
protected BeginTransitionOff ( ) : void
Результат void

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

Called when the screen begins transitioning on
protected BeginTransitionOn ( ) : void
Результат void

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

public Dispose ( ) : void
Результат void

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

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Draws this instance.
public Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime The game time.
Результат void

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

Called when the screen state changes to hidden.
protected OnHidden ( ) : void
Результат void

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

Called when the screen state changes to visible.
protected OnShown ( ) : void
Результат void

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

Prepares the draw.
public PrepareDraw ( ) : void
Результат void

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

Updates the screen.
public Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime The game time.
Результат void