C# Класс WaveEngine.Components.UI.FocusBehavior

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

Открытые свойства

Свойство Тип Описание
CurrentFocus FocusBehavior

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

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FocusBehavior ( string name ) : System

Initializes a new instance of the FocusBehavior class.

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

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

Allows this instance to execute custom logic during its Update.

This method will not be executed if the Component, or the Entity owning it are not Active.

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

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

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

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

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

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

Описание свойств

CurrentFocus публичное статическое свойство

The current focus behavior
public static FocusBehavior,WaveEngine.Components.UI CurrentFocus
Результат FocusBehavior