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

Method deserialization

UnitTests/UnitTest_TextureAnimations/MyGUI_RTTLayer.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void RTTLayer::deserialization(xml::ElementPtr _node, Version _version)
42 {
43 Base::deserialization(_node, _version);
44
45 mVersion = _version;
46 mData = _node->createCopy();
47 }
48
49 ILayerNode* RTTLayer::createChildItemNode()
50 {

Callers 1

createChildItemNodeMethod · 0.45

Calls 2

createCopyMethod · 0.80
deserializationFunction · 0.50

Tested by

no test coverage detected