Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ IsActive
Method
IsActive
Sources/OvCore/src/OvCore/ECS/Actor.cpp:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
bool OvCore::ECS::Actor::IsActive() const
119
{
120
return m_active && (m_parent ? m_parent->IsActive() : true);
121
}
122
123
void OvCore::ECS::Actor::SetID(int64_t p_id)
124
{
Callers
15
FindActiveLights
Function · 0.45
FindActiveReflectionProbes
Function · 0.45
ParseScene
Method · 0.45
FindPostProcessStack
Function · 0.45
_DrawShadows
Method · 0.45
Play
Method · 0.45
Scene.cpp
File · 0.45
EndBatchActorCreation
Method · 0.45
FindMainCamera
Method · 0.45
Play
Method · 0.45
Pause
Method · 0.45
Resume
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected