C# Class MyGame.AnimatedModel

This class represent animated model (A model that has animation(s))
Inheritance: CModel
Afficher le fichier Open project: mahmoudbahaa/XNA-Game-project

Méthodes publiques

Свойство Type Description
animationController XNAnimation.Controllers.AnimationController

Protected Properties

Свойство Type Description
skinnedModel XNAnimation.SkinnedModel

Méthodes publiques

Méthode Description
AnimatedModel ( MyGame game, SkinnedModel skinnedModel ) : System
Draw ( GameTime gameTime ) : void

This method renders the current state.

reinitialize ( SkinnedModel skinnedModel ) : void

Private Methods

Méthode Description
reinitialize2 ( SkinnedModel skinnedModel ) : void

Method Details

AnimatedModel() public méthode

public AnimatedModel ( MyGame game, SkinnedModel skinnedModel ) : System
game MyGame
skinnedModel XNAnimation.SkinnedModel
Résultat System

Draw() public méthode

This method renders the current state.
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime The elapsed game time.
Résultat void

reinitialize() public méthode

public reinitialize ( SkinnedModel skinnedModel ) : void
skinnedModel XNAnimation.SkinnedModel
Résultat void

Property Details

animationController public_oe property

public AnimationController,XNAnimation.Controllers animationController
Résultat XNAnimation.Controllers.AnimationController

skinnedModel protected_oe property

protected SkinnedModel,XNAnimation skinnedModel
Résultat XNAnimation.SkinnedModel