C# Class OpenMetaverse.Messages.Linden.RemoteParcelRequestRequest

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

Méthodes publiques

Свойство Type Description
Location System.Vector3
RegionHandle ulong
RegionID UUID

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

Location public_oe property

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

RegionHandle public_oe property

Region handle of the parcel we are looking up
public ulong RegionHandle
Résultat ulong

RegionID public_oe property

Region UUID of the parcel we are looking up
public UUID RegionID
Résultat UUID