Enum DrawModeType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the instance of how the actor and it's children will be drawn.
public enum DrawModeType
Fields
| Name | Description |
|---|---|
| Normal | The default draw-mode. |
| Overlay2D | Draw the actor and its children as an overlay. |
| Stencil | Will be replaced by separate ClippingMode enum. Draw the actor and its children into the stencil buffer. |