C# Class OpenMetaverse.Messages.Linden.CrossedRegionMessage

Inheritance: IMessage
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AgentID UUID
IP System.Net.IPAddress
LookAt System.Vector3
Port int
Position System.Vector3
RegionHandle ulong
SeedCapability System.Uri
SessionID UUID

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

AgentID public property

public UUID AgentID
return UUID

IP public property

public IPAddress,System.Net IP
return System.Net.IPAddress

LookAt public property

public Vector3,System LookAt
return System.Vector3

Port public property

public int Port
return int

Position public property

public Vector3,System Position
return System.Vector3

RegionHandle public property

public ulong RegionHandle
return ulong

SeedCapability public property

public Uri,System SeedCapability
return System.Uri

SessionID public property

public UUID SessionID
return UUID