C# Class OpenMetaverse.Messages.Linden.ParcelPropertiesMessage

Inheritance: IMessage
显示文件 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AABBMax System.Vector3
AABBMin System.Vector3
Area int
AuctionID uint
AuthBuyerID UUID
Bitmap byte[]
Category ParcelCategory
ClaimDate System.DateTime
ClaimPrice int
Desc string
GroupID UUID
GroupPrims int
IsGroupOwned bool
LandingType LandingType
LocalID int
MaxPrims int
MediaAutoScale bool
MediaDesc string
MediaHeight int
MediaID UUID
MediaLoop bool
MediaType string
MediaURL string
MediaWidth int
MusicURL string
Name string
ObscureMedia bool
ObscureMusic bool
OtherCleanTime int
OtherCount int
OtherPrims int
OwnerID UUID
OwnerPrims int
ParcelFlags ParcelFlags
ParcelPrimBonus float
PassHours float
PassPrice int
PublicCount int
RegionDenyAgeUnverified bool
RegionDenyAnonymous bool
RegionDenyIdentified bool
RegionDenyTransacted bool
RegionPushOverride bool
RentPrice int
RequestResult ParcelResult
SalePrice int
SelectedPrims int
SelfCount int
SequenceID int
SimWideMaxPrims int
SimWideTotalPrims int
SnapSelection bool
SnapshotID UUID
Status ParcelStatus
TotalPrims int
UserLocation Vector3
UserLookAt Vector3

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

AABBMax public_oe property

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

AABBMin public_oe property

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

Area public_oe property

Total parcel land area
public int Area
return int

AuctionID public_oe property

public uint AuctionID
return uint

AuthBuyerID public_oe property

Key of authorized buyer
public UUID AuthBuyerID
return UUID

Bitmap public_oe property

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

Category public_oe property

public ParcelCategory Category
return ParcelCategory

ClaimDate public_oe property

Date land was claimed
public DateTime,System ClaimDate
return System.DateTime

ClaimPrice public_oe property

Appears to always be zero
public int ClaimPrice
return int

Desc public_oe property

Parcel Description
public string Desc
return string

GroupID public_oe property

public UUID GroupID
return UUID

GroupPrims public_oe property

Total number of primitives owned by the parcel group on this parcel
public int GroupPrims
return int

IsGroupOwned public_oe property

Whether the land is deeded to a group or not
public bool IsGroupOwned
return bool

LandingType public_oe property

public LandingType LandingType
return LandingType

LocalID public_oe property

Simulator-local ID of this parcel
public int LocalID
return int

MaxPrims public_oe property

Maximum number of primitives this parcel supports
public int MaxPrims
return int

MediaAutoScale public_oe property

A byte, if 0x1 viewer should auto scale media to fit object
public bool MediaAutoScale
return bool

MediaDesc public_oe property

A description of the media
public string MediaDesc
return string

MediaHeight public_oe property

An Integer which represents the height of the media
public int MediaHeight
return int

MediaID public_oe property

The Asset UUID of the Texture which when applied to a primitive will display the media
public UUID MediaID
return UUID

MediaLoop public_oe property

A boolean, if true the viewer should loop the media
public bool MediaLoop
return bool

MediaType public_oe property

A string which contains the mime type of the media
public string MediaType
return string

MediaURL public_oe property

A URL which points to any Quicktime supported media type
public string MediaURL
return string

MediaWidth public_oe property

An integer which represents the width of the media
public int MediaWidth
return int

MusicURL public_oe property

URL For Music Stream
public string MusicURL
return string

Name public_oe property

Parcel Name
public string Name
return string

ObscureMedia public_oe property

true to obscure (hide) media url
public bool ObscureMedia
return bool

ObscureMusic public_oe property

true to obscure (hide) music url
public bool ObscureMusic
return bool

OtherCleanTime public_oe property

Autoreturn value in minutes for others' objects
public int OtherCleanTime
return int

OtherCount public_oe property

public int OtherCount
return int

OtherPrims public_oe property

Total number of other primitives on this parcel
public int OtherPrims
return int

OwnerID public_oe property

UUID of the owner of this parcel
public UUID OwnerID
return UUID

OwnerPrims public_oe property

Total number of primitives owned by the parcel owner on this parcel
public int OwnerPrims
return int

ParcelFlags public_oe property

public ParcelFlags ParcelFlags
return ParcelFlags

ParcelPrimBonus public_oe property

public float ParcelPrimBonus
return float

PassHours public_oe property

How long is pass valid for
public float PassHours
return float

PassPrice public_oe property

Price for a temporary pass
public int PassPrice
return int

PublicCount public_oe property

public int PublicCount
return int

RegionDenyAgeUnverified public_oe property

True if the region denies access to age unverified users
public bool RegionDenyAgeUnverified
return bool

RegionDenyAnonymous public_oe property

public bool RegionDenyAnonymous
return bool

RegionDenyIdentified public_oe property

public bool RegionDenyIdentified
return bool

RegionDenyTransacted public_oe property

public bool RegionDenyTransacted
return bool

RegionPushOverride public_oe property

public bool RegionPushOverride
return bool

RentPrice public_oe property

This field is no longer used
public int RentPrice
return int

RequestResult public_oe property

public ParcelResult RequestResult
return ParcelResult

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
return int

SelectedPrims public_oe property

Number of primitives your avatar is currently selecting and sitting on in this parcel
public int SelectedPrims
return int

SelfCount public_oe property

public int SelfCount
return int

SequenceID public_oe property

A number which increments by 1, starting at 0 for each ParcelProperties request. Can be overriden by specifying the sequenceID with the ParcelPropertiesRequest being sent. a Negative number indicates the action in ParcelPropertiesStatus has occurred.
public int SequenceID
return int

SimWideMaxPrims public_oe property

Maximum primitives across the entire simulator
public int SimWideMaxPrims
return int

SimWideTotalPrims public_oe property

Total primitives across the entire simulator
public int SimWideTotalPrims
return int

SnapSelection public_oe property

public bool SnapSelection
return bool

SnapshotID public_oe property

Key of parcel snapshot
public UUID SnapshotID
return UUID

Status public_oe property

Parcel ownership status
public ParcelStatus Status
return ParcelStatus

TotalPrims public_oe property

Total number of primitives on this parcel
public int TotalPrims
return int

UserLocation public_oe property

public Vector3 UserLocation
return Vector3

UserLookAt public_oe property

public Vector3 UserLookAt
return Vector3