Property | Type | Description | |
---|---|---|---|
Camera | |||
HasHouse | bool | ||
IsChild | bool |
Method | Description | |
---|---|---|
ChangeOutfit ( |
Change the outfit for this Sim.
|
|
Draw ( ) : void | ||
Head ( |
Sets the head for this Sim.
|
|
SetAnimation ( |
Sets the animation for this Sim.
|
|
Sim ( GraphicsDevice Devc, |
Creates a new Sim.
|
|
Update ( |
Updates this Sim, which includes advancing the current animation frame, computing bone positions and updating the avatar's position.
|
public ChangeOutfit ( |
||
Oft | The outfit to change into. | |
Skin | SkinType | The sim's skin type. |
return | void |
public Head ( |
||
Head | The Appearance of the head to set. | |
Type | SkinType | |
return | void |
public SetAnimation ( |
||
Animation | The animation to play. | |
return | void |
public Sim ( GraphicsDevice Devc, |
||
Devc | GraphicsDevice | A GraphicsDevice instance. |
Avatar | The Avatar used for this sim (can be AdultAvatar, ChildAvatar, DogAvatar or CatAvatar. | |
Child | bool | Is this Sim a child? |
return | Files.Vitaboy |
public Update ( |
||
GTime | A GameTime instance. | |
return | void |