C# Class OpenMetaverse.Parcel

Parcel of land, a portion of virtual real estate in a simulator
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Method Details

Parcel() public méthode

Defalt constructor
public Parcel ( int localID ) : System
localID int Local ID of this parcel
Résultat System

ToString() public méthode

Displays a parcel object in string format
public ToString ( ) : string
Résultat string

Update() public méthode

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
Résultat void

UpdateOtherCleanTime() public méthode

Set Autoreturn time
public UpdateOtherCleanTime ( Simulator simulator ) : void
simulator Simulator Simulator to send the update to
Résultat void

Property Details

AABBMax public_oe property

Maximum corner of the axis-aligned bounding box for this parcel
public Vector3,System AABBMax
Résultat System.Vector3

AABBMin public_oe property

Minimum corner of the axis-aligned bounding box for this parcel
public Vector3,System AABBMin
Résultat System.Vector3

AccessBlackList public_oe property

Access list of who is blacklisted on this parcel
public List AccessBlackList
Résultat List

AccessWhiteList public_oe property

Access list of who is whitelisted on this parcel
public List AccessWhiteList
Résultat List

Area public_oe property

Total parcel land area
public int Area
Résultat int

AuctionID public_oe property

public uint AuctionID
Résultat uint

AuthBuyerID public_oe property

Key of authorized buyer
public UUID AuthBuyerID
Résultat UUID

Bitmap public_oe property

Bitmap describing land layout in 4x4m squares across the entire region
public byte[] Bitmap
Résultat byte[]

Category public_oe property

public ParcelCategory Category
Résultat ParcelCategory

ClaimDate public_oe property

Date land was claimed
public DateTime,System ClaimDate
Résultat System.DateTime

ClaimPrice public_oe property

Appears to always be zero
public int ClaimPrice
Résultat int

Desc public_oe property

Parcel Description
public string Desc
Résultat string

Dwell public_oe property

public float Dwell
Résultat float

Flags public_oe property

public ParcelFlags Flags
Résultat ParcelFlags

GroupID public_oe property

public UUID GroupID
Résultat UUID

GroupPrims public_oe property

Total number of primitives owned by the parcel group on this parcel
public int GroupPrims
Résultat int

IsGroupOwned public_oe property

Whether the land is deeded to a group or not
public bool IsGroupOwned
Résultat bool

Landing public_oe property

public LandingType Landing
Résultat LandingType

LocalID public_oe property

Simulator-local ID of this parcel
public int LocalID
Résultat int

MaxPrims public_oe property

Maximum number of primitives this parcel supports
public int MaxPrims
Résultat int

Media public_oe property

A struct containing media details
public ParcelMedia,OpenMetaverse Media
Résultat ParcelMedia

MusicURL public_oe property

URL For Music Stream
public string MusicURL
Résultat string

Name public_oe property

Parcel Name
public string Name
Résultat string

ObscureMedia public_oe property

true to obscure (hide) media url
public bool ObscureMedia
Résultat bool

ObscureMusic public_oe property

true to obscure (hide) music url
public bool ObscureMusic
Résultat bool

OtherCleanTime public_oe property

Autoreturn value in minutes for others' objects
public int OtherCleanTime
Résultat int

OtherCount public_oe property

public int OtherCount
Résultat int

OtherPrims public_oe property

Total number of other primitives on this parcel
public int OtherPrims
Résultat int

OwnerID public_oe property

UUID of the owner of this parcel
public UUID OwnerID
Résultat UUID

OwnerPrims public_oe property

Total number of primitives owned by the parcel owner on this parcel
public int OwnerPrims
Résultat int

ParcelPrimBonus public_oe property

public float ParcelPrimBonus
Résultat float

PassHours public_oe property

How long is pass valid for
public float PassHours
Résultat float

PassPrice public_oe property

Price for a temporary pass
public int PassPrice
Résultat int

PublicCount public_oe property

public int PublicCount
Résultat int

RegionDenyAgeUnverified public_oe property

TRUE of region denies access to age unverified users
public bool RegionDenyAgeUnverified
Résultat bool

RegionDenyAnonymous public_oe property

public bool RegionDenyAnonymous
Résultat bool

RegionPushOverride public_oe property

public bool RegionPushOverride
Résultat bool

RentPrice public_oe property

This field is no longer used
public int RentPrice
Résultat int

SalePrice public_oe property

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
Résultat int

SelfCount public_oe property

public int SelfCount
Résultat int

SimWideMaxPrims public_oe property

Maximum primitives across the entire simulator
public int SimWideMaxPrims
Résultat int

SimWideTotalPrims public_oe property

Total primitives across the entire simulator
public int SimWideTotalPrims
Résultat int

SnapshotID public_oe property

Key of parcel snapshot
public UUID SnapshotID
Résultat UUID

Status public_oe property

public ParcelStatus Status
Résultat ParcelStatus

TotalPrims public_oe property

Total number of primitives on this parcel
public int TotalPrims
Résultat int

UserLocation public_oe property

public Vector3,System UserLocation
Résultat System.Vector3

UserLookAt public_oe property

public Vector3,System UserLookAt
Résultat System.Vector3