[NUI] Add some API for KeyFrames
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 21 Jun 2023 03:36:02 +0000 (12:36 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Wed, 28 Jun 2023 06:29:15 +0000 (15:29 +0900)
commitdc7efa34e8f78e57d649f4a6fab54907accc3440
treeaa4f468f31ecb8bb0f82c63af31db1d87689cc10
parent0b62dbb228eaafbb1c837f278ab0cbfad17b3b8c
[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]