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

Method getSubname

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

Source from the content-addressed store, hash-verified

117 virtual ~SceneActor() {}
118 virtual const char* getName() const = 0;
119 virtual const char* getSubname(int subindex) const { return nullptr; }
120 virtual ImVec4 getUIColor() const = 0;
121 virtual void drawUI(int subindex) {}
122 virtual void drawStatsUI(int subindex) {}

Callers 1

drawUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected