C# Class hyades.entity.AnimatedModelEntity

Inheritance: Entity, IHasModel
显示文件 Open project: zfedoran/bubblebound Class Usage Examples

Public Methods

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

Private Methods

Method Description
StartDefaultClip ( ) : void

Method Details

AnimatedModelEntity() public method

public AnimatedModelEntity ( Model model ) : System
model Microsoft.Xna.Framework.Graphics.Model
return System

Draw() public method

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
return void

GetModel() public method

public GetModel ( ) : Model
return Microsoft.Xna.Framework.Graphics.Model

StartClip() public method

public StartClip ( string name ) : void
name string
return void

Update() public method

public Update ( double elapsed ) : void
elapsed double
return void