Property | Type | Description | |
---|---|---|---|
animationPlayer | |||
model | |||
scale | float |
Method | Description | |
---|---|---|
AnimatedModel ( ) : System |
Default Constructor to setup Model
|
|
AnimatedModel ( |
Constructor consisting of a given model
|
|
Draw ( |
||
PlayClip ( string take ) : void |
Play a particular animation
|
|
SetupModel ( |
Adds a model to the Animated Model and performs setup
|
|
Update ( |
||
UpdateView ( ) : void |
Method | Description | |
---|---|---|
SetupCamera ( ) : void |
Sets up default camera information
|
|
SetupModel ( ) : void |
Performs required setup sequence for model
|
public AnimatedModel ( |
||
model | Model for use | |
return | System |
public Draw ( |
||
gameTime | ||
return | void |
public PlayClip ( string take ) : void | ||
take | string | Animation to play |
return | void |
public SetupModel ( |
||
model | Model for this instance | |
return | void |
public Update ( |
||
gameTime | ||
return | void |
protected AnimationPlayer,SkinnedModel animationPlayer | ||
return |
protected Model,Microsoft.Xna.Framework.Graphics model | ||
return |