C# Класс OpenMetaverse.Messages.Linden.TeleportFinishMessage

Sent to the client to indicate a teleport request has completed
Наследование: IMessage
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AgentID UUID
Flags TeleportFlags
IP System.Net.IPAddress
LocationID int
Port int
RegionHandle ulong
SeedCapability System.Uri
SimAccess SimAccess

Открытые методы

Метод Описание
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Описание методов

Deserialize() публичный Метод

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Результат void

Serialize() публичный Метод

Serialize the object
public Serialize ( ) : OSDMap
Результат OSDMap

Описание свойств

AgentID публичное свойство

The UUID of the agent
public UUID AgentID
Результат UUID

Flags публичное свойство

Status flags indicating the state of the Agent upon arrival, Flying, etc.
public TeleportFlags Flags
Результат TeleportFlags

IP публичное свойство

The IP Address of the simulator
public IPAddress,System.Net IP
Результат System.Net.IPAddress

LocationID публичное свойство

public int LocationID
Результат int

Port публичное свойство

The UDP Port the simulator will listen for UDP traffic on
public int Port
Результат int

RegionHandle публичное свойство

The simulators handle the agent teleported to
public ulong RegionHandle
Результат ulong

SeedCapability публичное свойство

A Uri which contains a list of Capabilities the simulator supports
public Uri,System SeedCapability
Результат System.Uri

SimAccess публичное свойство

Indicates the level of access required to access the simulator, or the content rating, or the simulators map status
public SimAccess SimAccess
Результат SimAccess