Make Control::CORNER_RADIUS didn't add uniform as default 04/322804/4
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Apr 2025 05:34:40 +0000 (14:34 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Fri, 18 Apr 2025 03:38:13 +0000 (03:38 +0000)
Change-Id: Icf30a207833ec1b382c00813efcf306a17246e34
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/devel-api/controls/control-devel.h

index 3cb6c53775071ec08b6b5aae7b225c9cc045e888..b8764b629b9a78cd8a9eebcfa3e684a98352a2b9 100644 (file)
@@ -271,14 +271,16 @@ enum
    * @note By default, it is Vector::ZERO.
    * @note Applies to specific visuals inside the control.
    * @see Dali::Toolkit::DevelVisual::Property::Type::CORNER_RADIUS
+   * @note It will not create UniformMap internally. So this property don't be used at Render phase.
    */
-  CORNER_RADIUS = ANIMATABLE_PROPERTY_REGISTRATION_START_INDEX + 1000,
+  CORNER_RADIUS = ANIMATABLE_PROPERTY_WITHOUT_UNIFORM_REGISTRATION_START_INDEX,
 
   /**
    * @brief Whether the corner radius value is relative (percentage [0.0f to 0.5f] of the visual size) or absolute (in world units).
    * @details Name "viewCornerRadiusPolicy", type Property::INTEGER.
    * @see Policy::Type
    * @see Dali::Toolkit::DevelVisual::Property::Type::CORNER_RADIUS_POLICY
+   * @note It will not create UniformMap internally. So this property don't be used at Render phase.
    */
   CORNER_RADIUS_POLICY,
 
@@ -288,6 +290,7 @@ enum
    * @note By default, it is Vector::ZERO.
    * @note Applies to specific visuals inside the control.
    * @see Dali::Toolkit::DevelVisual::Property::Type::CORNER_SQUARENESS
+   * @note It will not create UniformMap internally. So this property don't be used at Render phase.
    */
   CORNER_SQUARENESS,
 };