(Animation) Added component index to allow animation of separate components of a... 80/17980/5
authorJulien Heanley <j.heanley@partner.samsung.com>
Thu, 13 Mar 2014 11:50:05 +0000 (11:50 +0000)
committerJulien Heanley <j.heanley@partner.samsung.com>
Thu, 13 Mar 2014 16:10:22 +0000 (09:10 -0700)
commitf855f609b956ccac46028b262988843656fac221
treefb81220b702948c3e29607e669aec19ceb214005
parent8f57cc4ef215770718ffe055d04423c1ef26c203
(Animation) Added component index to allow animation of separate components of a Vector

[Issue#]   N/A
[Problem]  Other than internally fixed components (e.g. POSITION_X), sub components of a Vector property could not be animated, creating a need for some properties to be split into multiple float values
[Cause]
[Solution] Added componentIndex parameter to Property() constructor

Change-Id: I82cd672301e5ac46e1a9a04a642553ca5e56d12a
Signed-off-by: Julien Heanley <j.heanley@partner.samsung.com>
capi/dali/public-api/object/property.h
dali/internal/event/actors/actor-impl.cpp
dali/internal/event/animation/active-constraint-impl.h
dali/internal/event/animation/animation-impl.cpp
dali/internal/event/animation/animation-impl.h
dali/internal/event/animation/animator-connector.h
dali/internal/event/common/property-notification-impl.cpp
dali/internal/event/common/proxy-object.cpp
dali/internal/event/common/proxy-object.h
dali/internal/update/common/scene-graph-property-notification.cpp
dali/public-api/object/property.cpp