| ImageBasedLightLocalizedReflectionBox Property |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Nullable<Aabb> LocalizedReflectionBox { get; set; }
Public Property LocalizedReflectionBox As Nullable(Of Aabb)
Get
Set
public:
property Nullable<Aabb> LocalizedReflectionBox {
Nullable<Aabb> get ();
void set (Nullable<Aabb> value);
}
member LocalizedReflectionBox : Nullable<Aabb> with get, set
Property Value
Type:
NullableAabb
The axis-aligned bounding box used to localize the cube map reflection. This value can be
in which case the
Shape is used to localize the
reflection. The default value is
.
Remarks See Also