C# Class Universe.Framework.ClientInterfaces.ViewerEffectEventHandlerArg

Inheritance: System.EventArgs
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
AgentID UUID
Color byte[]
Duration float
ID UUID
Type byte
TypeData byte[]

Property Details

AgentID public_oe property

public UUID AgentID
return UUID

Color public_oe property

public byte[] Color
return byte[]

Duration public_oe property

public float Duration
return float

ID public_oe property

public UUID ID
return UUID

Type public_oe property

public byte Type
return byte

TypeData public_oe property

public byte[] TypeData
return byte[]