C# Class WaveOculusDemoProject.Components.AnimatedParamBehavior

Inheritance: Behavior
Mostrar archivo Open project: WaveEngine/Samples

Private Properties

Property Type Description

Protected Methods

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

Update action value changed

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

Update action value changed
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan Current game time.
return void