MCPcopy 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
182void SceneRenderTask::AddCustomPostFx(PostProcessEffect* fx)
183{
184 CustomPostFx.AddUnique(fx);
185}
186
187void SceneRenderTask::RemoveCustomPostFx(PostProcessEffect* fx)
188{

Callers 8

SetupMethod · 0.80
ifMethod · 0.80
EnableMethod · 0.80
GridGizmoMethod · 0.80
PrefabWindowViewportMethod · 0.80
AssetPreviewClass · 0.80

Calls 1

AddUniqueMethod · 0.80

Tested by

no test coverage detected