From 5f70b916fc25c203763035d1765103fd3ddfceaf Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Thu, 25 Oct 2018 14:28:26 +0900 Subject: [PATCH] Add a comment Change-Id: Ie6673d9b41aa79c795972a9c5850ad808582998d --- dali/public-api/actors/actor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dali/public-api/actors/actor.h b/dali/public-api/actors/actor.h index 97756b0..adb5a77 100644 --- a/dali/public-api/actors/actor.h +++ b/dali/public-api/actors/actor.h @@ -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; -- 2.7.4