C# 클래스 OpenMetaverse.Messages.Linden.TeleportFinishMessage

Sent to the client to indicate a teleport request has completed
상속: IMessage
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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