C# 클래스 Universe.Framework.Services.UserInfo

상속: Universe.Framework.Modules.IDataTransferable
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentLookAt System.Vector3
CurrentPosition System.Vector3
CurrentRegionID UUID
CurrentRegionURI string
HomeLookAt System.Vector3
HomePosition System.Vector3
HomeRegionID UUID
Info OSDMap
IsOnline bool
LastLogin System.DateTime
LastLogout System.DateTime
UserID string

공개 메소드들

메소드 설명
FromOSD ( OSDMap retVal ) : void
ToOSD ( ) : OSDMap

메소드 상세

FromOSD() 공개 메소드

public FromOSD ( OSDMap retVal ) : void
retVal OSDMap
리턴 void

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

CurrentLookAt 공개적으로 프로퍼티

public Vector3,System CurrentLookAt
리턴 System.Vector3

CurrentPosition 공개적으로 프로퍼티

public Vector3,System CurrentPosition
리턴 System.Vector3

CurrentRegionID 공개적으로 프로퍼티

The region the user is currently active in
public UUID CurrentRegionID
리턴 UUID

CurrentRegionURI 공개적으로 프로퍼티

public string CurrentRegionURI
리턴 string

HomeLookAt 공개적으로 프로퍼티

public Vector3,System HomeLookAt
리턴 System.Vector3

HomePosition 공개적으로 프로퍼티

public Vector3,System HomePosition
리턴 System.Vector3

HomeRegionID 공개적으로 프로퍼티

The home region of this user
public UUID HomeRegionID
리턴 UUID

Info 공개적으로 프로퍼티

Any other assorted into about this user
public OSDMap Info
리턴 OSDMap

IsOnline 공개적으로 프로퍼티

Whether this agent is currently online
public bool IsOnline
리턴 bool

LastLogin 공개적으로 프로퍼티

The last login of the user
public DateTime,System LastLogin
리턴 System.DateTime

LastLogout 공개적으로 프로퍼티

The last logout of the user
public DateTime,System LastLogout
리턴 System.DateTime

UserID 공개적으로 프로퍼티

The user that this info is for
public string UserID
리턴 string