[NUI] 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>
Wed, 25 Oct 2023 12:48:44 +0000 (21:48 +0900)
commite5f034908690ff2f8187dc7de872349e6e33af0d
tree5b0b511e254653ee2d2a695e612c35640a248920
parent40f895b0e3f72e8c7bbdb529599f5c152f25124e
[NUI] 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