C# Класс OpenMetaverse.Messages.Linden.MapLayerReplyVariant.LayerData

An object containing map location details
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Bottom int
ImageID UUID
Left int
Right int
Top int

Описание свойств

Bottom публичное свойство

The grid location of the southern border of the map tile
public int Bottom
Результат int

ImageID публичное свойство

The Asset ID of the regions tile overlay
public UUID ImageID
Результат UUID

Left публичное свойство

The grid location of the western border of the map tile
public int Left
Результат int

Right публичное свойство

The grid location of the eastern border of the map tile
public int Right
Результат int

Top публичное свойство

The grid location of the northern border of the map tile
public int Top
Результат int