Change Property name USE_FIXED_CACHE to ENABLE_FRAME_CACHE
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / visuals / image-visual-properties-devel.h
index 473ec7c..a5e135c 100644 (file)
@@ -193,13 +193,13 @@ enum Type
 
   /**
    * @brief Whether to AnimatedVectorImageVisual fixed cache or not.
-   * @details Name "useFixedCache", type Property::BOOLEAN.
-   * If this property is true, AnimatedVectorImageVisual uses fixed cache for loading and keeps loaded frame
+   * @details Name "EnableFrameCache", type Property::BOOLEAN.
+   * If this property is true, AnimatedVectorImageVisual enable frame cache for loading and keeps loaded frame
    * until the visual is removed. It reduces CPU cost when the animated image will be looping.
    * But it can spend a lot of memory if the resource has high resolution image or many frame count.
    * @note It is used in the AnimatedImageVisual. The default is false
    */
-  USE_FIXED_CACHE = ORIENTATION_CORRECTION + 16
+  ENABLE_FRAME_CACHE = ORIENTATION_CORRECTION + 16
 };
 
 } //namespace Property