Enum RenderFlags
Enum with the available render flags.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
[Flags]
public enum RenderFlags
Fields
Name | Description |
---|---|
CastShadows | The object will cast shadows over other objects. |
None | The object has no flags. |