Click or drag to resize
DigitalRuneParticleSystemNodeAngleOffset Property
Gets or sets the rotation offset which is added to all particles.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float AngleOffset { get; set; }

Property Value

Type: Single
The rotation offset in radians which is added to all particles.
Remarks
The offset can be used to add variety to particle system when it is instanced by multiple nodes.
See Also