C# Класс OpenMetaverse.ParcelInfo

Some information about a parcel of land returned from a DirectoryManager search
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ActualArea int
AuctionID int
BillableArea int
Description string
Dwell float
GlobalX float
GlobalY float
GlobalZ float
ID UUID
Mature bool
Name string
OwnerID UUID
SalePrice int
SimName string
SnapshotID UUID

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

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

Total Square meters of parcel
public int ActualArea
Результат int

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

Auction ID of parcel
public int AuctionID
Результат int

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

Total area billable as Tier, for group owned land this will be 10% less than ActualArea
public int BillableArea
Результат int

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

Description field of parcel, limited to 256 characters
public string Description
Результат string

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

Float representing calculated traffic based on time spent on parcel by avatars
public float Dwell
Результат float

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

Grid global X position of parcel
public float GlobalX
Результат float

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

Grid global Y position of parcel
public float GlobalY
Результат float

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

Grid global Z position of parcel (not used)
public float GlobalZ
Результат float

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

Global Key of record
public UUID ID
Результат UUID

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

True of parcel is in Mature simulator
public bool Mature
Результат bool

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

Name field of parcel, limited to 128 characters
public string Name
Результат string

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

Parcel Owners UUID
public UUID OwnerID
Результат UUID

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

Sale price of parcel (not used)
public int SalePrice
Результат int

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

Name of simulator parcel is located in
public string SimName
Результат string

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

Texture T:OpenMetaverse.UUID of parcels display picture
public UUID SnapshotID
Результат UUID