Enum DrawModeType

    Definition

    Namespace:
    Tizen.NUI
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX