C# Class AnimationSequence.Animations.Animation3DBehavior

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

Méthodes publiques

Méthode Description
BeginAnimation ( AnimationSlot animatinoSlot ) : void

Méthodes protégées

Méthode Description
DefaultValues ( ) : void
Update ( System.TimeSpan gameTime ) : void

Method Details

BeginAnimation() public méthode

public BeginAnimation ( AnimationSlot animatinoSlot ) : void
animatinoSlot AnimationSlot
Résultat void

DefaultValues() protected méthode

protected DefaultValues ( ) : void
Résultat void

Update() protected méthode

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
Résultat void