Add a comment 96/191896/1
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 25 Oct 2018 05:28:26 +0000 (14:28 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 25 Oct 2018 05:28:26 +0000 (14:28 +0900)
Change-Id: Ie6673d9b41aa79c795972a9c5850ad808582998d

dali/public-api/actors/actor.h

index 97756b0..adb5a77 100644 (file)
@@ -655,6 +655,7 @@ public:
    * @return The actor's target size
    * @pre The actor has been initialized.
    * @note This return is the value that was set using SetSize or the target size of an animation.
+   *       It may not match the current value in some cases, i.e. when the animation is progressing or the maximum or minimum size is set.
    */
   Vector3 GetTargetSize() const;