C# Class FlyingKite.Behaviors.KiteBehavior

Inheritance: Behavior
Mostra file Open project: WaveEngine/QuickStarters Class Usage Examples

Public Methods

Method Description
KiteBehavior ( ) : System
SetState ( KiteStates state ) : void

Protected Methods

Method Description
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Method Description
CheckForCollisions ( ) : void
SetNewColor ( ) : void

Sets a kite new color.

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

KiteBehavior() public method

public KiteBehavior ( ) : System
return System

SetState() public method

public SetState ( KiteStates state ) : void
state KiteStates
return void

Update() protected method

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void