C# Class Universe.Framework.Services.UserInfo

Inheritance: Universe.Framework.Modules.IDataTransferable
Show file 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 property

public Vector3,System CurrentLookAt
return System.Vector3

CurrentPosition public property

public Vector3,System CurrentPosition
return System.Vector3

CurrentRegionID public property

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

CurrentRegionURI public property

public string CurrentRegionURI
return string

HomeLookAt public property

public Vector3,System HomeLookAt
return System.Vector3

HomePosition public property

public Vector3,System HomePosition
return System.Vector3

HomeRegionID public property

The home region of this user
public UUID HomeRegionID
return UUID

Info public property

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

IsOnline public property

Whether this agent is currently online
public bool IsOnline
return bool

LastLogin public property

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

LastLogout public property

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

UserID public property

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