C# Class OpenMetaverse.Messages.Linden.ParcelPropertiesUpdateMessage

A message sent from the viewer to the simulator to updated a specific parcels settings
Inheritance: IMessage
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AuthBuyerID UUID
Category ParcelCategory
Desc string
GroupID UUID
Landing LandingType
LocalID 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
ParcelFlags ParcelFlags
PassHours float
PassPrice uint
SalePrice uint
SnapshotID UUID
UserLocation System.Vector3
UserLookAt System.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

AuthBuyerID public_oe property

The UUID of the agent authorized to purchase this parcel of land or a NULL UUID if the sale is authorized to anyone
public UUID AuthBuyerID
return UUID

Category public_oe property

The category of this parcel used when search is enabled to restrict search results
public ParcelCategory Category
return ParcelCategory

Desc public_oe property

A string containing the description to set
public string Desc
return string

GroupID public_oe property

The UUID of the Group which allows for additional powers and restrictions.
public UUID GroupID
return UUID

Landing public_oe property

The LandingType which specifies how avatars which teleport to this parcel are handled
public LandingType Landing
return LandingType

LocalID public_oe property

The LocalID of the parcel to update settings on
public int LocalID
return int

MediaAutoScale public_oe property

true to enable auto scaling of the parcel media
public bool MediaAutoScale
return bool

MediaDesc public_oe property

A string containing the description of the media which can be played to visitors
public string MediaDesc
return string

MediaHeight public_oe property

public int MediaHeight
return int

MediaID public_oe property

public UUID MediaID
return UUID

MediaLoop public_oe property

public bool MediaLoop
return bool

MediaType public_oe property

public string MediaType
return string

MediaURL public_oe property

public string MediaURL
return string

MediaWidth public_oe property

public int MediaWidth
return int

MusicURL public_oe property

public string MusicURL
return string

Name public_oe property

public string Name
return string

ObscureMedia public_oe property

public bool ObscureMedia
return bool

ObscureMusic public_oe property

public bool ObscureMusic
return bool

ParcelFlags public_oe property

public ParcelFlags ParcelFlags
return ParcelFlags

PassHours public_oe property

public float PassHours
return float

PassPrice public_oe property

public uint PassPrice
return uint

SalePrice public_oe property

public uint SalePrice
return uint

SnapshotID public_oe property

public UUID SnapshotID
return UUID

UserLocation public_oe property

public Vector3,System UserLocation
return System.Vector3

UserLookAt public_oe property

public Vector3,System UserLookAt
return System.Vector3