C# Class OpenMetaverse.Messages.Linden.MapLayerReplyVariant.LayerData

An object containing map location details
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Bottom int
ImageID UUID
Left int
Right int
Top int

Property Details

Bottom public property

The grid location of the southern border of the map tile
public int Bottom
return int

ImageID public property

The Asset ID of the regions tile overlay
public UUID ImageID
return UUID

Left public property

The grid location of the western border of the map tile
public int Left
return int

Right public property

The grid location of the eastern border of the map tile
public int Right
return int

Top public property

The grid location of the northern border of the map tile
public int Top
return int