C# Class OpenMetaverse.Messages.Linden.ParcelPropertiesUpdateMessage

A message sent from the viewer to the simulator to updated a specific parcels settings
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat 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
Résultat UUID

Category public_oe property

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

Desc public_oe property

A string containing the description to set
public string Desc
Résultat string

GroupID public_oe property

The UUID of the Group which allows for additional powers and restrictions.
public UUID GroupID
Résultat UUID

Landing public_oe property

The LandingType which specifies how avatars which teleport to this parcel are handled
public LandingType Landing
Résultat LandingType

LocalID public_oe property

The LocalID of the parcel to update settings on
public int LocalID
Résultat int

MediaAutoScale public_oe property

true to enable auto scaling of the parcel media
public bool MediaAutoScale
Résultat bool

MediaDesc public_oe property

A string containing the description of the media which can be played to visitors
public string MediaDesc
Résultat string

MediaHeight public_oe property

public int MediaHeight
Résultat int

MediaID public_oe property

public UUID MediaID
Résultat UUID

MediaLoop public_oe property

public bool MediaLoop
Résultat bool

MediaType public_oe property

public string MediaType
Résultat string

MediaURL public_oe property

public string MediaURL
Résultat string

MediaWidth public_oe property

public int MediaWidth
Résultat int

MusicURL public_oe property

public string MusicURL
Résultat string

Name public_oe property

public string Name
Résultat string

ObscureMedia public_oe property

public bool ObscureMedia
Résultat bool

ObscureMusic public_oe property

public bool ObscureMusic
Résultat bool

ParcelFlags public_oe property

public ParcelFlags ParcelFlags
Résultat ParcelFlags

PassHours public_oe property

public float PassHours
Résultat float

PassPrice public_oe property

public uint PassPrice
Résultat uint

SalePrice public_oe property

public uint SalePrice
Résultat uint

SnapshotID public_oe property

public UUID SnapshotID
Résultat UUID

UserLocation public_oe property

public Vector3,System UserLocation
Résultat System.Vector3

UserLookAt public_oe property

public Vector3,System UserLookAt
Résultat System.Vector3