[4.0] Add Property::EXTENTS type
[platform/core/uifw/dali-core.git] / dali / internal / event / common / object-impl.cpp
index f8c9312..2396fd1 100644 (file)
@@ -736,6 +736,7 @@ Property::Index Object::RegisterSceneGraphProperty(const std::string& name, Prop
     case Property::STRING:
     case Property::ARRAY:
     case Property::MAP:
+    case Property::EXTENTS:
     case Property::NONE:
     {
       DALI_ASSERT_ALWAYS( !"PropertyType is not animatable" );