C# Class WaveOculusDemoProject.Components.ShockwaveBehavior

Shockwave behavior
Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/Samples Class Usage Examples

Méthodes publiques

Méthode Description
StartShockWave ( ) : void

Instantiate the shockwave behavior

Méthodes protégées

Méthode Description
Initialize ( ) : void

Initializes the shockwave behavior

Update ( System.TimeSpan gameTime ) : void

Updates the shockwave

Method Details

Initialize() protected méthode

Initializes the shockwave behavior
protected Initialize ( ) : void
Résultat void

StartShockWave() public méthode

Instantiate the shockwave behavior
public StartShockWave ( ) : void
Résultat void

Update() protected méthode

Updates the shockwave
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The current game time
Résultat void