C# Class OpenMetaverse.Messages.Linden.TeleportFinishMessage

Sent to the client to indicate a teleport request has completed
Inheritance: IMessage
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AgentID UUID
Flags TeleportFlags
IP System.Net.IPAddress
LocationID int
Port int
RegionHandle ulong
SeedCapability System.Uri
SimAccess SimAccess

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_oe property

The UUID of the agent
public UUID AgentID
return UUID

Flags public_oe property

Status flags indicating the state of the Agent upon arrival, Flying, etc.
public TeleportFlags Flags
return TeleportFlags

IP public_oe property

The IP Address of the simulator
public IPAddress,System.Net IP
return System.Net.IPAddress

LocationID public_oe property

public int LocationID
return int

Port public_oe property

The UDP Port the simulator will listen for UDP traffic on
public int Port
return int

RegionHandle public_oe property

The simulators handle the agent teleported to
public ulong RegionHandle
return ulong

SeedCapability public_oe property

A Uri which contains a list of Capabilities the simulator supports
public Uri,System SeedCapability
return System.Uri

SimAccess public_oe property

Indicates the level of access required to access the simulator, or the content rating, or the simulators map status
public SimAccess SimAccess
return SimAccess