| 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 public FogNode(
Fog fog
)
Public Sub New (
fog As Fog
)
public:
FogNode(
Fog^ fog
)
new :
fog : Fog -> FogNode
Parameters
- fog
- Type: DigitalRune.GraphicsFog
The fog properties.
Exceptions See Also