C# Класс FlyingKite.Behaviors.DebugSceneBehavior

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

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

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

Initializes a new instance of the DebugSceneBehavior class.

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

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

Resolves the dependencies needed for this instance to work.

Update ( System.TimeSpan gameTime ) : void

Allows this instance to execute custom logic during its Update.

This method will not be executed if it are not Active.

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

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

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

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

Resolves the dependencies needed for this instance to work.
protected ResolveDependencies ( ) : void
Результат void

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

Allows this instance to execute custom logic during its Update.
This method will not be executed if it are not Active.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
Результат void