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

Method ProgressBar

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

Source from the content-addressed store, hash-verified

191 FALCOR_OBJECT(ProgressBar)
192public:
193 ProgressBar(Widget* parent, float fraction = 0.f) : Widget(parent), m_fraction(fraction) {}
194
195 float get_fraction() const { return m_fraction; }
196 void set_fraction(float fraction) { m_fraction = fraction; }

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected