Enum RenderModeType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Enumeration for the controls of how this renderer uses its stencil properties and writes to the color buffer.
C#Copypublic enum RenderModeType : int
Name | Description |
---|---|
Auto | Managed by the View Clipping API. This is the default. |
Color | Ingore stencil properties. Write to the color buffer. |
ColorStencil | Use the stencil properties AND Write to the color buffer. |
None | Do not write to either color or stencil buffer (But will potentially render to depth buffer). |
Stencil | Use the stencil properties. Do not write to the color buffer. |