Class Graphics.Shadows
Shadows rendering configuration.
Inheritance
System.Object
Graphics.Shadows
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[DebugCommand]
[Unmanaged]
public static class Shadows : Object
Properties
MinObjectPixelSize
The minimum size in pixels of objects to cast shadows. Improves performance by skipping too small objects (eg. sub-pixel) from rendering into shadow maps.
Declaration
[Unmanaged]
public static float MinObjectPixelSize { get; set; }
Property Value
|
System.Single
|