Click or drag to resize
DigitalRuneParticleSystemRenderData Property
Gets or sets the render 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 RenderData { get; set; }

Property Value

Type: Object
The render data. The default value is .
Remarks
This property is not used by the particle system itself. A particle renderer can use this property to store data.
See Also