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

Method Count

Source/Engine/Debug/DebugDraw.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 BoundingFrustum LastViewFrustum;
363
364 inline int32 Count() const
365 {
366 return DebugDrawDefault.Count() + DebugDrawDepthTest.Count();
367 }
368};
369
370namespace

Callers

nothing calls this directly

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected