C# Class OpenMetaverse.Messages.Linden.MapLayerReplyVariant

A message sent from the simulator to the viewer which contains an array of map images and their grid coordinates
Inheritance: MapLayerMessageBase
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
LayerDataBlocks LayerData[]

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

LayerDataBlocks public_oe property

An array containing LayerData items
public LayerData[] LayerDataBlocks
return LayerData[]