C# Class hyades.entity.AnimatedModelEntity

Inheritance: Entity, IHasModel
Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Méthodes publiques

Méthode Description
AnimatedModelEntity ( Model model ) : System
Draw ( GraphicsDevice device, Camera camera ) : void
GetModel ( ) : Model
StartClip ( string name ) : void
Update ( double elapsed ) : void

Private Methods

Méthode Description
StartDefaultClip ( ) : void

Method Details

AnimatedModelEntity() public méthode

public AnimatedModelEntity ( Model model ) : System
model Microsoft.Xna.Framework.Graphics.Model
Résultat System

Draw() public méthode

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
Résultat void

GetModel() public méthode

public GetModel ( ) : Model
Résultat Microsoft.Xna.Framework.Graphics.Model

StartClip() public méthode

public StartClip ( string name ) : void
name string
Résultat void

Update() public méthode

public Update ( double elapsed ) : void
elapsed double
Résultat void