C# Class FSO.Vitaboy.SimAvatar

Represents all sims in the game.
Inheritance: Avatar
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Méthode Description
DeviceReset ( Microsoft Device ) : void

Graphics device was reset.

SimAvatar ( SimAvatar old ) : System
SimAvatar ( Skeleton skel ) : System

Creates a new instance of SimAvatar.

StripAllButHead ( ) : void

Helper method to remove all body parts from an avatar save for the head. Used by pie menus.

Private Methods

Méthode Description
ReloadBody ( ) : void

Reloads the body mesh.

ReloadHandgroup ( ) : void

Reloads the hand meshes.

ReloadHead ( ) : void

Reloads the head mesh.

Method Details

DeviceReset() public méthode

Graphics device was reset.
public DeviceReset ( Microsoft Device ) : void
Device Microsoft GraphicsDevice instance.
Résultat void

SimAvatar() public méthode

public SimAvatar ( SimAvatar old ) : System
old SimAvatar
Résultat System

SimAvatar() public méthode

Creates a new instance of SimAvatar.
public SimAvatar ( Skeleton skel ) : System
skel Skeleton A Skeleton instance.
Résultat System

StripAllButHead() public méthode

Helper method to remove all body parts from an avatar save for the head. Used by pie menus.
public StripAllButHead ( ) : void
Résultat void