C# Class Universe.Framework.ClientInterfaces.LandUpdateArgs

Inheritance: System.EventArgs
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
AnyAVSounds bool
AuthBuyerID UUID
Category ParcelCategory
Desc string
GroupAVSounds bool
GroupID UUID
LandingType byte
MediaAutoScale byte
MediaDescription string
MediaHeight int
MediaID UUID
MediaLoop bool
MediaType string
MediaURL string
MediaWidth int
MusicURL string
Name string
ObscureMedia bool
ObscureMusic bool
ParcelFlags uint
PassHours float
PassPrice int
Privacy bool
SalePrice int
SeeAVs bool
SnapshotID UUID
UserLocation System.Vector3
UserLookAt System.Vector3

Property Details

AnyAVSounds public property

public bool AnyAVSounds
return bool

AuthBuyerID public property

public UUID AuthBuyerID
return UUID

Category public property

public ParcelCategory Category
return ParcelCategory

Desc public property

public string Desc
return string

GroupAVSounds public property

public bool GroupAVSounds
return bool

GroupID public property

public UUID GroupID
return UUID

LandingType public property

public byte LandingType
return byte

MediaAutoScale public property

public byte MediaAutoScale
return byte

MediaDescription public property

public string MediaDescription
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 uint ParcelFlags
return uint

PassHours public property

public float PassHours
return float

PassPrice public property

public int PassPrice
return int

Privacy public property

public bool Privacy
return bool

SalePrice public property

public int SalePrice
return int

SeeAVs public property

public bool SeeAVs
return bool

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