C# Class Universe.Framework.ClientInterfaces.LandUpdateArgs

Inheritance: System.EventArgs
Exibir arquivo 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_oe property

public bool AnyAVSounds
return bool

AuthBuyerID public_oe property

public UUID AuthBuyerID
return UUID

Category public_oe property

public ParcelCategory Category
return ParcelCategory

Desc public_oe property

public string Desc
return string

GroupAVSounds public_oe property

public bool GroupAVSounds
return bool

GroupID public_oe property

public UUID GroupID
return UUID

LandingType public_oe property

public byte LandingType
return byte

MediaAutoScale public_oe property

public byte MediaAutoScale
return byte

MediaDescription public_oe property

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

PassHours public_oe property

public float PassHours
return float

PassPrice public_oe property

public int PassPrice
return int

Privacy public_oe property

public bool Privacy
return bool

SalePrice public_oe property

public int SalePrice
return int

SeeAVs public_oe property

public bool SeeAVs
return bool

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