|  | FogNode Constructor | 
            Initializes a new instance of the 
FogNode class.
            
 
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic FogNode(
	Fog fog
)
Public Sub New ( 
	fog As Fog
)
public:
FogNode(
	Fog^ fog
)
new : 
        fog : Fog -> FogNodeParameters
- fog
- Type: DigitalRune.GraphicsFog
 The fog properties.
 Exceptions
Exceptions See Also
See Also