MCPcopy 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
431bool Engine::IsReady()
432{
433 return EngineImpl::IsReady;
434}
435
436bool Engine::ShouldExit()
437{

Callers 11

IntersectsMethod · 0.45
InitTypeMethod · 0.45
AddInstanceMethod · 0.45
SetInstanceTransformMethod · 0.45
RebuildClustersMethod · 0.45
OnTransformChangedMethod · 0.45
DrawParticlesMethod · 0.45
UpdateLayoutMethod · 0.45
PrepareDrawMethod · 0.45
DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected