MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Blast / drawStatsUI

Method drawStatsUI

samples/SampleBase/scene/SceneController.cpp:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 void drawStatsUI()
312 {
313 SceneActor* selectedActor = getSelectedActor();
314 if (selectedActor)
315 {
316 selectedActor->drawStatsUI(m_selectedActor.subindex);
317 }
318 }
319
320 void spawnAsset(int32_t num)
321 {

Callers

nothing calls this directly

Calls 1

drawStatsUIMethod · 0.45

Tested by

no test coverage detected