up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / include / generated / shapes / star_base.hpp
index 1051458..b04e871 100644 (file)
@@ -50,6 +50,13 @@ namespace rive
                        innerRadiusChanged();
                }
 
+               Core* clone() const override;
+               void copy(const StarBase& object)
+               {
+                       m_InnerRadius = object.m_InnerRadius;
+                       Polygon::copy(object);
+               }
+
                bool deserialize(uint16_t propertyKey, BinaryReader& reader) override
                {
                        switch (propertyKey)