C# 클래스 OpenMetaverse.ParcelInfo

Some information about a parcel of land returned from a DirectoryManager search
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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