C# Class FSO.Vitaboy.SimAvatar

Represents all sims in the game.
Inheritance: Avatar
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method 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

Method Description
ReloadBody ( ) : void

Reloads the body mesh.

ReloadHandgroup ( ) : void

Reloads the hand meshes.

ReloadHead ( ) : void

Reloads the head mesh.

Method Details

DeviceReset() public method

Graphics device was reset.
public DeviceReset ( Microsoft Device ) : void
Device Microsoft GraphicsDevice instance.
return void

SimAvatar() public method

public SimAvatar ( SimAvatar old ) : System
old SimAvatar
return System

SimAvatar() public method

Creates a new instance of SimAvatar.
public SimAvatar ( Skeleton skel ) : System
skel Skeleton A Skeleton instance.
return System

StripAllButHead() public method

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