Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsReady
Method
IsReady
Source/Engine/Engine/Engine.cpp:431–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
bool Engine::IsReady()
432
{
433
return EngineImpl::IsReady;
434
}
435
436
bool Engine::ShouldExit()
437
{
Callers
11
Intersects
Method · 0.45
InitType
Method · 0.45
AddInstance
Method · 0.45
SetInstanceTransform
Method · 0.45
OnFoliageTypeModelLoaded
Method · 0.45
RebuildClusters
Method · 0.45
OnTransformChanged
Method · 0.45
DrawParticles
Method · 0.45
UpdateLayout
Method · 0.45
PrepareDraw
Method · 0.45
Draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected