MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / GetText

Method GetText

Rtxpt/SampleGame/GameScene.cpp:493–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491
492 BigButton(const std::string& name, const std::string& hoverText, std::function<void(void)> onClick, std::function<bool(void)> isSelected) : Name(name), HoverText(hoverText), OnClick(onClick), IsSelected(isSelected), Enabled(true) { }
493 std::string GetText() const { return Name; }
494
495 };
496 std::vector<BigButton> buttons;

Callers 1

StandaloneGUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected