C# 클래스 FSO.Vitaboy.SimAvatar

Represents all sims in the game.
상속: Avatar
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ReloadBody ( ) : void

Reloads the body mesh.

ReloadHandgroup ( ) : void

Reloads the hand meshes.

ReloadHead ( ) : void

Reloads the head mesh.

메소드 상세

DeviceReset() 공개 메소드

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

SimAvatar() 공개 메소드

public SimAvatar ( SimAvatar old ) : System
old SimAvatar
리턴 System

SimAvatar() 공개 메소드

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

StripAllButHead() 공개 메소드

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