C# 클래스 FSO.Client.UI.Controls.UISim

Renders a sim in the UI, this class just helps translate the UI world into the 3D world for sim rendering
상속: FSO.Client.UI.Framework.UIElement
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoRotate bool
Avatar FSO.Vitaboy.AdultVitaboyModel
HeadXPos float
RotationRange float
RotationSpeed float
RotationStartAngle float
SimScale float
ViewScale float

보호된 프로퍼티들

프로퍼티 타입 설명
m_BodyOutfitID ulong
m_City CityInfo
m_CreatedThisSession bool
m_Description string
m_GUID Guid
m_HeadOutfitID ulong
m_HouseX short
m_LotID int
m_Name string
m_Sex string
m_Timestamp string

공개 메소드들

메소드 설명
AssignGUID ( string GUID ) : void

Received a server-generated GUID.

Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
PreDraw ( UISpriteBatch batch ) : void
UISim ( Guid GUID ) : System
UISim ( Guid GUID, bool AddScene ) : System
UISim ( string GUID ) : System
UISim ( string GUID, bool AddScene ) : System
Update ( UpdateState state ) : void

비공개 메소드들

메소드 설명
GraphicsDevice_DeviceReset ( object sender, EventArgs e ) : void
UISimInit ( ) : void

메소드 상세

AssignGUID() 공개 메소드

Received a server-generated GUID.
public AssignGUID ( string GUID ) : void
GUID string The GUID to assign to this sim.
리턴 void

Draw() 공개 메소드

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
리턴 void

PreDraw() 공개 메소드

public PreDraw ( UISpriteBatch batch ) : void
batch UISpriteBatch
리턴 void

UISim() 공개 메소드

public UISim ( Guid GUID ) : System
GUID Guid
리턴 System

UISim() 공개 메소드

public UISim ( Guid GUID, bool AddScene ) : System
GUID Guid
AddScene bool
리턴 System

UISim() 공개 메소드

public UISim ( string GUID ) : System
GUID string
리턴 System

UISim() 공개 메소드

public UISim ( string GUID, bool AddScene ) : System
GUID string
AddScene bool
리턴 System

Update() 공개 메소드

public Update ( UpdateState state ) : void
state UpdateState
리턴 void

프로퍼티 상세

AutoRotate 공개적으로 프로퍼티

public bool AutoRotate
리턴 bool

Avatar 공개적으로 프로퍼티

public AdultVitaboyModel,FSO.Vitaboy Avatar
리턴 FSO.Vitaboy.AdultVitaboyModel

HeadXPos 공개적으로 프로퍼티

public float HeadXPos
리턴 float

RotationRange 공개적으로 프로퍼티

public float RotationRange
리턴 float

RotationSpeed 공개적으로 프로퍼티

public float RotationSpeed
리턴 float

RotationStartAngle 공개적으로 프로퍼티

public float RotationStartAngle
리턴 float

SimScale 공개적으로 프로퍼티

public float SimScale
리턴 float

ViewScale 공개적으로 프로퍼티

public float ViewScale
리턴 float

m_BodyOutfitID 보호되어 있는 프로퍼티

protected ulong m_BodyOutfitID
리턴 ulong

m_City 보호되어 있는 프로퍼티

protected CityInfo m_City
리턴 CityInfo

m_CreatedThisSession 보호되어 있는 프로퍼티

protected bool m_CreatedThisSession
리턴 bool

m_Description 보호되어 있는 프로퍼티

protected string m_Description
리턴 string

m_GUID 보호되어 있는 프로퍼티

protected Guid m_GUID
리턴 Guid

m_HeadOutfitID 보호되어 있는 프로퍼티

protected ulong m_HeadOutfitID
리턴 ulong

m_HouseX 보호되어 있는 프로퍼티

protected short m_HouseX
리턴 short

m_LotID 보호되어 있는 프로퍼티

protected int m_LotID
리턴 int

m_Name 보호되어 있는 프로퍼티

protected string m_Name
리턴 string

m_Sex 보호되어 있는 프로퍼티

protected string m_Sex
리턴 string

m_Timestamp 보호되어 있는 프로퍼티

protected string m_Timestamp
리턴 string