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

Method OnEnable

Source/Engine/Level/Actors/ModelInstanceActor.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void ModelInstanceActor::OnEnable()
87{
88 GetSceneRendering()->AddActor(this, _sceneRenderingKey);
89
90 // Base
91 Actor::OnEnable();
92}
93
94void ModelInstanceActor::OnDisable()
95{

Callers

nothing calls this directly

Calls 2

OnEnableFunction · 0.85
AddActorMethod · 0.45

Tested by

no test coverage detected