Make AddFrameUpdateCallback with root view
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 18 Oct 2023 06:17:35 +0000 (15:17 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 31 Oct 2023 14:07:28 +0000 (23:07 +0900)
commita145e46c9e2ee4c1de47bfd9891847abdaa968f0
tree63925201379da2e8a68c059a058b26ed0619dc04
parent089858e0cc2a7466f11d3f63b678ecfff29e779b
Make AddFrameUpdateCallback with root view

Previously, we can only add the root view of FrameUpdateCallback as
root layer of window.

Now let we add some API that user can set specific view
for given FrameUpdateCallback will use.

This API will be used when we want to optimize callback behaviour.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/Window/Window.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/FrameUpdateCallbackTest.cs