C# Class OpenMetaverse.Messages.Linden.TeleportFinishMessage

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

Méthodes publiques

Свойство Type Description
AgentID UUID
Flags TeleportFlags
IP System.Net.IPAddress
LocationID int
Port int
RegionHandle ulong
SeedCapability System.Uri
SimAccess SimAccess

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

AgentID public_oe property

The UUID of the agent
public UUID AgentID
Résultat UUID

Flags public_oe property

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

IP public_oe property

The IP Address of the simulator
public IPAddress,System.Net IP
Résultat System.Net.IPAddress

LocationID public_oe property

public int LocationID
Résultat int

Port public_oe property

The UDP Port the simulator will listen for UDP traffic on
public int Port
Résultat int

RegionHandle public_oe property

The simulators handle the agent teleported to
public ulong RegionHandle
Résultat ulong

SeedCapability public_oe property

A Uri which contains a list of Capabilities the simulator supports
public Uri,System SeedCapability
Résultat 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
Résultat SimAccess