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

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

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

Свойство Тип Описание
Animation AnimationUI

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

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

Performs further custom initialization for this instance.

By default this method does nothing.

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 the Component, or the Entity owning it are not Active.

Приватные методы

Метод Описание
Gestures_TouchReleased ( object sender, GestureEventArgs e ) : void

Handles the TouchReleased event of the gestures control.

RadioButtonBehavior ( ) : System

Initializes static members of the RadioButtonBehavior class.

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

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

Performs further custom initialization for this instance.
By default this method does nothing.
protected Initialize ( ) : void
Результат void

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 the Component, or the Entity owning it are not Active.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
Результат void

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

Animation публичное свойство

The animation
public AnimationUI Animation
Результат AnimationUI