up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / include / generated / animation / animation_state_base.hpp
index f56bbd4..d7565fd 100644 (file)
@@ -45,6 +45,13 @@ namespace rive
                        animationIdChanged();
                }
 
+               Core* clone() const override;
+               void copy(const AnimationStateBase& object)
+               {
+                       m_AnimationId = object.m_AnimationId;
+                       LayerState::copy(object);
+               }
+
                bool deserialize(uint16_t propertyKey, BinaryReader& reader) override
                {
                        switch (propertyKey)