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

An object containing map location details
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
Bottom int
ImageID UUID
Left int
Right int
Top int

Property Details

Bottom public_oe property

The grid location of the southern border of the map tile
public int Bottom
Résultat int

ImageID public_oe property

The Asset ID of the regions tile overlay
public UUID ImageID
Résultat UUID

Left public_oe property

The grid location of the western border of the map tile
public int Left
Résultat int

Right public_oe property

The grid location of the eastern border of the map tile
public int Right
Résultat int

Top public_oe property

The grid location of the northern border of the map tile
public int Top
Résultat int