| PlanarReflectionNodeFar Property |
Gets or sets the far plane distance for the reflection camera.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Nullable<float> Far { get; set; }
Public Property Far As Nullable(Of Single)
Get
Set
public:
property Nullable<float> Far {
Nullable<float> get ();
void set (Nullable<float> value);
}
member Far : Nullable<float32> with get, set
Property Value
Type:
NullableSingle
The far plane distance for the reflection camera. If this value is
,
the far distance of the normal camera is used. The default value is
.
See Also