Click or drag to resize
DigitalRuneParticleSystemUserData Property
Gets or sets the user data.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute(Optional = true)]
public Object UserData { get; set; }

Property Value

Type: Object
The 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