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

A message sent from the viewer to the simulator to request information on a remote parcel
상속: RemoteParcelRequestBlock
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Location System.Vector3
RegionHandle ulong
RegionID UUID

공개 메소드들

메소드 설명
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

프로퍼티 상세

Location 공개적으로 프로퍼티

Local sim position of the parcel we are looking up
public Vector3,System Location
리턴 System.Vector3

RegionHandle 공개적으로 프로퍼티

Region handle of the parcel we are looking up
public ulong RegionHandle
리턴 ulong

RegionID 공개적으로 프로퍼티

Region UUID of the parcel we are looking up
public UUID RegionID
리턴 UUID