C# Class WaveOculusDemoProject.Components.FollowPathBehavior

Behavior that move and rotate an entity across a path.
Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/Samples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
DefaultValues ( ) : void
Initialize ( ) : void

Initializes the behavior

Update ( System.TimeSpan gameTime ) : void

Update player transform to follow the path

Method Details

DefaultValues() protected méthode

protected DefaultValues ( ) : void
Résultat void

Initialize() protected méthode

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

Update() protected méthode

Update player transform to follow the path
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The current game time
Résultat void