Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
void SceneRenderTask::ClearCustomActors()
178
{
179
CustomActors.Clear();
180
}
181
182
void SceneRenderTask::AddCustomPostFx(PostProcessEffect* fx)
183
{
Callers
1
OnDestroy
Method · 0.80
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected