Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ AddCustomPostFx
Method
AddCustomPostFx
Source/Engine/Graphics/RenderTask.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void SceneRenderTask::AddCustomPostFx(PostProcessEffect* fx)
183
{
184
CustomPostFx.AddUnique(fx);
185
}
186
187
void SceneRenderTask::RemoveCustomPostFx(PostProcessEffect* fx)
188
{
Callers
8
Setup
Method · 0.80
if
Method · 0.80
Enable
Method · 0.80
GridGizmo
Method · 0.80
PrefabWindowViewport
Method · 0.80
MainEditorGizmoViewport
Method · 0.80
OverrideSelectionOutline
Method · 0.80
AssetPreview
Class · 0.80
Calls
1
AddUnique
Method · 0.80
Tested by
no test coverage detected