[NUI] Add some API for KeyFrames
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 21 Jun 2023 03:36:02 +0000 (12:36 +0900)
committerbshsqa <32317749+bshsqa@users.noreply.github.com>
Wed, 23 Aug 2023 07:06:57 +0000 (16:06 +0900)
commit559b8ce040018094f288ee8eb4d6ca7fd3bf5cf5
tree0aa0275fdf8d9da627b54eedfc91d132fdfaed7d
parent8e19b6492d977424b6b96277e417eee108cd9b0a
[NUI] Add some API for KeyFrames

1. `GetKeyFrameCount()` to know how many keyframes are added.
2. `GetKeyFrame()` to know the information of specific index.
3. `SetKeyFrameValue()` to change the value for specific index.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.KeyFrames.cs
src/Tizen.NUI/src/public/Animation/KeyFrames.cs
test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/TSKeyFrames.cs [new file with mode: 0755]