Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
void SceneRenderTask::AddCustomActor(Actor* actor)
168
{
169
CustomActors.AddUnique(actor);
170
}
171
172
void SceneRenderTask::RemoveCustomActor(Actor* actor)
173
{
Callers
14
UpdateWiresModel
Method · 0.80
SkinnedModelWindow
Method · 0.80
ModelWindow
Method · 0.80
PrefabPreview
Class · 0.80
MaterialPreview
Method · 0.80
UpdateMaterial
Method · 0.80
ModelBasePreview
Method · 0.80
ParticleSystemPreview
Class · 0.80
ParticleSystemPreview
Method · 0.80
ModelPreview
Class · 0.80
ModelPreview
Method · 0.80
AssetPreview
Method · 0.80
Calls
1
AddUnique
Method · 0.80
Tested by
no test coverage detected