Enum DrawModeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for the instance of how the actor and it's children will be drawn.

C#
Copy
public enum DrawModeType
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.