MCPcopy Create free account
hub / github.com/MyGUI/mygui / setProperty

Method setProperty

UnitTests/UnitTest_GraphView/SkeletonState.h:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void setProperty(std::string_view _key, std::string_view _value) override
61 {
62 if (_key == "StateName")
63 {
64 if (mState != nullptr)
65 mState->setEnabled(false);
66 mState = nullptr;
67 mStateName = _value;
68 }
69 }
70
71 float getLength() override
72 {

Callers 3

notifyComboAcceptMethod · 0.45
updateStateLenghtMethod · 0.45
notifyCommandMethod · 0.45

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected