C# Класс OpenMetaverse.Messages.Linden.ParcelObjectOwnersReplyMessage.PrimOwner

Prim ownership information for a specified owner on a single parcel
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Count int
IsGroupOwned bool
OnlineStatus bool
OwnerID UUID
TimeStamp System.DateTime

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

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

The total number of prims
public int Count
Результат int

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

True if the OwnerID is a Group
public bool IsGroupOwned
Результат bool

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

True if the owner is online This is no longer used by the LL Simulators
public bool OnlineStatus
Результат bool

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

The UUID of the prim owner, UUID.Zero if agent has no permission to view prim owner information
public UUID OwnerID
Результат UUID

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

The date the most recent prim was rezzed
public DateTime,System TimeStamp
Результат System.DateTime