Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ Text
Method
Text
Source/Falcor/Utils/UI/PythonUI.cpp:171–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
FALCOR_OBJECT(Text)
170
public:
171
Text(Widget* parent, std::string_view text =
""
) : Widget(parent), m_text(text) {}
172
173
const std::string& get_text() const { return m_text; }
174
void set_text(std::string_view text) { m_text = text; }
Callers
2
__init__
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected