C# 클래스 WaveEngine.Components.UI.RadioButtonBehavior

RadioButton Behavior
상속: FocusBehavior
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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