Class Render2D.RenderingFeatures
The rendering features and options flags.
Inheritance
System.Object
Render2D.RenderingFeatures
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class RenderingFeatures : Enum
Fields
FallbackFonts
Enables automatic characters usage from fallback fonts.
Declaration
public const Render2D.RenderingFeatures FallbackFonts
Field Value
Render2D.RenderingFeatures
|
None
The none.
Declaration
public const Render2D.RenderingFeatures None
Field Value
Render2D.RenderingFeatures
|
value__
Declaration
public int value__
Field Value
System.Int32
|
VertexSnapping
Enables automatic geometry vertices snapping to integer coordinates in screen space. Reduces aliasing and sampling artifacts. Might be disabled for 3D projection viewport or for complex UI transformations.
Declaration
public const Render2D.RenderingFeatures VertexSnapping
Field Value
Render2D.RenderingFeatures
|