| ParticleSystemUserData Property |
Gets or sets the user data.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute(Optional = true)]
public Object UserData { get; set; }
<ContentSerializerAttribute(Optional := true)>
Public Property UserData As Object
Get
Set
public:
[ContentSerializerAttribute(Optional = true)]
property Object^ UserData {
Object^ get ();
void set (Object^ value);
}
[<ContentSerializerAttribute(Optional = true)>]
member UserData : Object with get, set
Property Value
Type:
ObjectThe user data. The default value is
.
Remarks
This property is not used by the particle system itself. This property can be used to store
application specific data.
See Also