Click or drag to resize
DigitalRuneFogNodePriority Property
Gets or sets the priority.

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

Property Value

Type: Int32
The priority. The default value is 0.
Remarks
The priority can be used to define the order in which multiple fog nodes should be applied. Fog with a higher priority should be rendered last. If the rendering system cannot handle an arbitrary number of fog nodes, fog nodes with a lower priority might be ignored by the rendering system.
See Also