C# Class WaveOculusDemoProject.Components.RadarBehavior

Inheritance: Behavior
Datei anzeigen Open project: WaveEngine/Samples

Protected Methods

Method Description
Initialize ( ) : void

Initializes the radar behavior

Update ( System.TimeSpan gameTime ) : void

Updates the behavior. Place each radar ticks

Method Details

Initialize() protected method

Initializes the radar behavior
protected Initialize ( ) : void
return void

Update() protected method

Updates the behavior. Place each radar ticks
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void