C# Class DeepSpace.Components.Stars.StarBehavior

Inheritance: Behavior
Show file Open project: WaveEngine/QuickStarters

Private Properties

Property Type Description

Public Methods

Method Description
StarBehavior ( ) : System

Protected Methods

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

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

StarBehavior() public method

public StarBehavior ( ) : System
return System

Update() protected method

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