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

Method AddCustomActor

Source/Engine/Graphics/RenderTask.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void SceneRenderTask::AddCustomActor(Actor* actor)
168{
169 CustomActors.AddUnique(actor);
170}
171
172void SceneRenderTask::RemoveCustomActor(Actor* actor)
173{

Callers 14

UpdateWiresModelMethod · 0.80
SkinnedModelWindowMethod · 0.80
ModelWindowMethod · 0.80
PrefabPreviewClass · 0.80
MaterialPreviewMethod · 0.80
UpdateMaterialMethod · 0.80
ModelBasePreviewMethod · 0.80
ParticleSystemPreviewMethod · 0.80
ModelPreviewClass · 0.80
ModelPreviewMethod · 0.80
AssetPreviewMethod · 0.80

Calls 1

AddUniqueMethod · 0.80

Tested by

no test coverage detected