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

Method attach

UnitTests/UnitTest_TextureAnimations/FadeNodeAnimator.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void FadeNodeAnimator::attach(MyGUI::ILayerNode* _node)
153 {
154 _node->castType<MyGUI::RTTLayerNode>()->addLayerNodeAnimation(this);
155 }
156
157}

Callers 1

createChildItemNodeMethod · 0.45

Calls 1

addLayerNodeAnimationMethod · 0.80

Tested by

no test coverage detected