C# Class OpenMetaverse.Messages.Linden.ParcelPropertiesUpdateMessage

A message sent from the viewer to the simulator to updated a specific parcels settings
Inheritance: IMessage
Show file 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 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 property

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

Desc public property

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

GroupID public property

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

Landing public property

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

LocalID public property

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

MediaAutoScale public property

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

MediaDesc public property

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

MediaHeight public property

public int MediaHeight
return int

MediaID public property

public UUID MediaID
return UUID

MediaLoop public property

public bool MediaLoop
return bool

MediaType public property

public string MediaType
return string

MediaURL public property

public string MediaURL
return string

MediaWidth public property

public int MediaWidth
return int

MusicURL public property

public string MusicURL
return string

Name public property

public string Name
return string

ObscureMedia public property

public bool ObscureMedia
return bool

ObscureMusic public property

public bool ObscureMusic
return bool

ParcelFlags public property

public ParcelFlags ParcelFlags
return ParcelFlags

PassHours public property

public float PassHours
return float

PassPrice public property

public uint PassPrice
return uint

SalePrice public property

public uint SalePrice
return uint

SnapshotID public property

public UUID SnapshotID
return UUID

UserLocation public property

public Vector3,System UserLocation
return System.Vector3

UserLookAt public property

public Vector3,System UserLookAt
return System.Vector3