C# Class OpenMetaverse.Messages.Linden.RemoteParcelRequestRequest

A message sent from the viewer to the simulator to request information on a remote parcel
Inheritance: RemoteParcelRequestBlock
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Location System.Vector3
RegionHandle ulong
RegionID UUID

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

Location public property

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

RegionHandle public property

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

RegionID public property

Region UUID of the parcel we are looking up
public UUID RegionID
return UUID