[NUI] Collect Renderer Property enum as public hidden (#5165)
authorEunki Hong <h.pichulia@gmail.com>
Tue, 18 Apr 2023 06:56:21 +0000 (15:56 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 19 Apr 2023 08:24:35 +0000 (17:24 +0900)
commitb04c5ddf652253a6f82c71b11831c209f9eb595c
treefbabdf5bf32e3f3a19deb34fac8db4315e9c8b2b
parent8293b4c9d4eae626e5ca3c9ea3968d6bd8d4efa8
[NUI] Collect Renderer Property enum as public hidden (#5165)

* [NUI] Collect Renderer Property enum as public hidden

Since the enum type was internally hidden, User don't know what
value should we use for some Renderer's property.

Until do Modify ACR, make them as hidden

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
* [NUI] Change RendererConstants value name as Pascal Case

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
* [NUI] Mark all RenderConstants enum value as hidden

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
---------

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 files changed:
src/Tizen.NUI/src/internal/Common/DepthFunctionType.cs [deleted file]
src/Tizen.NUI/src/internal/Common/DepthTestModeType.cs [deleted file]
src/Tizen.NUI/src/internal/Common/DepthWriteModeType.cs [deleted file]
src/Tizen.NUI/src/internal/Common/FaceCullingModeType.cs [deleted file]
src/Tizen.NUI/src/internal/Common/RenderModeType.cs [deleted file]
src/Tizen.NUI/src/internal/Common/StencilFunctionType.cs [deleted file]
src/Tizen.NUI/src/internal/Common/StencilOperationType.cs [deleted file]
src/Tizen.NUI/src/internal/Utility/BlendFactorType.cs [deleted file]
src/Tizen.NUI/src/internal/Utility/BlendModeType.cs [deleted file]
src/Tizen.NUI/src/public/Common/BlendEquationType.cs [deleted file]
src/Tizen.NUI/src/public/Rendering/Renderer.cs
src/Tizen.NUI/src/public/Rendering/RendererConstants.cs [new file with mode: 0755]