MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / get_position

Method get_position

Source/Falcor/Utils/UI/PythonUI.cpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 void set_title(std::string_view title) { m_title = title; }
77
78 float2 get_position() const { return m_position; }
79 void set_position(const float2& position)
80 {
81 m_position = position;

Callers 3

parseMethod · 0.80
sax_parseMethod · 0.80
sax_parse_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected