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

Method ClearCustomActors

Source/Engine/Graphics/RenderTask.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void SceneRenderTask::ClearCustomActors()
178{
179 CustomActors.Clear();
180}
181
182void SceneRenderTask::AddCustomPostFx(PostProcessEffect* fx)
183{

Callers 1

OnDestroyMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected