Enum EntityRendererFeatures

EntityRendererFeatures enumeration

The extra features that the entity renderer will provide

[Flags]
public enum EntityRendererFeatures : byte

Values

NameValueDescription
Default0No extra features
FrameBegin1The EntityRenderer will watch for FrameBegin callback before rendering each scene frame
FrameEnd2The EntityRenderer will watch for FrameBegin callback after rendering each scene frame
Shadowmap4This renderer can work in shadowmap mode

See Also