C# Class WaveOculusDemoProject.Components.HudRotationBehavior

Inheritance: Behavior
Mostrar archivo Open project: WaveEngine/Samples

Private Properties

Property Type Description

Protected Methods

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

Apply the rotation factor.

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Update() protected method

Apply the rotation factor.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void