C# Class Universe.Framework.Services.UserInfo

Inheritance: Universe.Framework.Modules.IDataTransferable
显示文件 Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
FromOSD ( OSDMap retVal ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public method

public FromOSD ( OSDMap retVal ) : void
retVal OSDMap
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

Property Details

CurrentLookAt public_oe property

public Vector3,System CurrentLookAt
return System.Vector3

CurrentPosition public_oe property

public Vector3,System CurrentPosition
return System.Vector3

CurrentRegionID public_oe property

The region the user is currently active in
public UUID CurrentRegionID
return UUID

CurrentRegionURI public_oe property

public string CurrentRegionURI
return string

HomeLookAt public_oe property

public Vector3,System HomeLookAt
return System.Vector3

HomePosition public_oe property

public Vector3,System HomePosition
return System.Vector3

HomeRegionID public_oe property

The home region of this user
public UUID HomeRegionID
return UUID

Info public_oe property

Any other assorted into about this user
public OSDMap Info
return OSDMap

IsOnline public_oe property

Whether this agent is currently online
public bool IsOnline
return bool

LastLogin public_oe property

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

LastLogout public_oe property

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

UserID public_oe property

The user that this info is for
public string UserID
return string