C# Класс OpenMetaverse.Parcel

Parcel of land, a portion of virtual real estate in a simulator
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
AABBMax System.Vector3
AABBMin System.Vector3
AccessBlackList List
AccessWhiteList List
Area int
AuctionID uint
AuthBuyerID UUID
Bitmap byte[]
Category ParcelCategory
ClaimDate System.DateTime
ClaimPrice int
Desc string
Dwell float
Flags ParcelFlags
GroupID UUID
GroupPrims int
IsGroupOwned bool
Landing LandingType
LocalID int
MaxPrims int
Media ParcelMedia
MusicURL string
Name string
ObscureMedia bool
ObscureMusic bool
OtherCleanTime int
OtherCount int
OtherPrims int
OwnerID UUID
OwnerPrims int
ParcelPrimBonus float
PassHours float
PassPrice int
PublicCount int
RegionDenyAgeUnverified bool
RegionDenyAnonymous bool
RegionPushOverride bool
RentPrice int
SalePrice int
SelfCount int
SimWideMaxPrims int
SimWideTotalPrims int
SnapshotID UUID
Status ParcelStatus
TotalPrims int
UserLocation System.Vector3
UserLookAt System.Vector3

Открытые методы

Метод Описание
Parcel ( int localID ) : System

Defalt constructor

ToString ( ) : string

Displays a parcel object in string format

Update ( Simulator simulator, bool wantReply ) : void

Update the simulator with any local changes to this Parcel object

UpdateOtherCleanTime ( Simulator simulator ) : void

Set Autoreturn time

Описание методов

Parcel() публичный Метод

Defalt constructor
public Parcel ( int localID ) : System
localID int Local ID of this parcel
Результат System

ToString() публичный Метод

Displays a parcel object in string format
public ToString ( ) : string
Результат string

Update() публичный Метод

Update the simulator with any local changes to this Parcel object
public Update ( Simulator simulator, bool wantReply ) : void
simulator Simulator Simulator to send updates to
wantReply bool Whether we want the simulator to confirm /// the update with a reply packet or not
Результат void

UpdateOtherCleanTime() публичный Метод

Set Autoreturn time
public UpdateOtherCleanTime ( Simulator simulator ) : void
simulator Simulator Simulator to send the update to
Результат void

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

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

Maximum corner of the axis-aligned bounding box for this parcel
public Vector3,System AABBMax
Результат System.Vector3

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

Minimum corner of the axis-aligned bounding box for this parcel
public Vector3,System AABBMin
Результат System.Vector3

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

Access list of who is blacklisted on this parcel
public List AccessBlackList
Результат List

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

Access list of who is whitelisted on this parcel
public List AccessWhiteList
Результат List

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

Total parcel land area
public int Area
Результат int

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

public uint AuctionID
Результат uint

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

Key of authorized buyer
public UUID AuthBuyerID
Результат UUID

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

Bitmap describing land layout in 4x4m squares across the entire region
public byte[] Bitmap
Результат byte[]

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

public ParcelCategory Category
Результат ParcelCategory

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

Date land was claimed
public DateTime,System ClaimDate
Результат System.DateTime

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

Appears to always be zero
public int ClaimPrice
Результат int

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

Parcel Description
public string Desc
Результат string

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

public float Dwell
Результат float

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

public ParcelFlags Flags
Результат ParcelFlags

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

public UUID GroupID
Результат UUID

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

Total number of primitives owned by the parcel group on this parcel
public int GroupPrims
Результат int

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

Whether the land is deeded to a group or not
public bool IsGroupOwned
Результат bool

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

public LandingType Landing
Результат LandingType

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

Simulator-local ID of this parcel
public int LocalID
Результат int

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

Maximum number of primitives this parcel supports
public int MaxPrims
Результат int

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

A struct containing media details
public ParcelMedia,OpenMetaverse Media
Результат ParcelMedia

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

URL For Music Stream
public string MusicURL
Результат string

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

Parcel Name
public string Name
Результат string

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

true to obscure (hide) media url
public bool ObscureMedia
Результат bool

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

true to obscure (hide) music url
public bool ObscureMusic
Результат bool

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

Autoreturn value in minutes for others' objects
public int OtherCleanTime
Результат int

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

public int OtherCount
Результат int

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

Total number of other primitives on this parcel
public int OtherPrims
Результат int

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

UUID of the owner of this parcel
public UUID OwnerID
Результат UUID

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

Total number of primitives owned by the parcel owner on this parcel
public int OwnerPrims
Результат int

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

public float ParcelPrimBonus
Результат float

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

How long is pass valid for
public float PassHours
Результат float

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

Price for a temporary pass
public int PassPrice
Результат int

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

public int PublicCount
Результат int

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

TRUE of region denies access to age unverified users
public bool RegionDenyAgeUnverified
Результат bool

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

public bool RegionDenyAnonymous
Результат bool

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

public bool RegionPushOverride
Результат bool

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

This field is no longer used
public int RentPrice
Результат int

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

Sale price of the parcel, only useful if ForSale is set
The SalePrice will remain the same after an ownership transfer (sale), so it can be used to see the purchase price after a sale if the new owner has not changed it
public int SalePrice
Результат int

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

public int SelfCount
Результат int

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

Maximum primitives across the entire simulator
public int SimWideMaxPrims
Результат int

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

Total primitives across the entire simulator
public int SimWideTotalPrims
Результат int

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

Key of parcel snapshot
public UUID SnapshotID
Результат UUID

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

public ParcelStatus Status
Результат ParcelStatus

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

Total number of primitives on this parcel
public int TotalPrims
Результат int

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

public Vector3,System UserLocation
Результат System.Vector3

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

public Vector3,System UserLookAt
Результат System.Vector3