MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / CanRender

Function CanRender

Source/Engine/Graphics/PostProcessEffect.h:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 /// Gets a value indicating whether this effect can be rendered.
42 /// </summary>
43 API_FUNCTION() virtual bool CanRender() const
44 {
45 return GetEnabled();
46 }
47
48 /// <summary>
49 /// Gets a value indicating whether this effect can be rendered.

Callers 1

RenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected