[NUI] Add creation option to visual factory
authorEunki Hong <eunkiki.hong@samsung.com>
Wed, 21 May 2025 14:39:12 +0000 (23:39 +0900)
committerWoochan <48237284+lwc0917@users.noreply.github.com>
Thu, 22 May 2025 05:52:09 +0000 (14:52 +0900)
commit202dd31ea0433a4e533bfc56874f068f33d4416b
tree2da60aeb6ef3f6ce2d7133a3823b0932ebf123bf
parent61dc57f7c8554b492f5ea19dfc7f35119436c97a
[NUI] Add creation option to visual factory

We need to make some way to create `ImageVisual` forcibly even if it is
animation images.

For now, let we make the property to change internal creation options.

Relative dali patch :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/324608

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.VisualFactory.cs
src/Tizen.NUI/src/public/Visuals/VisualFactory.cs
src/Tizen.NUI/src/public/Visuals/VisualFactoryCreationOptions.cs [new file with mode: 0644]