Property | Type | Description | |
---|---|---|---|
Animation | AnimationUI |
Method | Description | |
---|---|---|
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 This method will not be executed if the Component, or the Entity owning it are not |
Method | Description | |
---|---|---|
Gestures_TouchReleased ( object sender, |
Handles the TouchReleased event of the gestures control.
|
|
RadioButtonBehavior ( ) : System |
Initializes static members of the RadioButtonBehavior class.
|
protected Update ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
return | void |