Enum WrapModeType

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    This specifies wrap mode types.
    WrapModeU and WrapModeV separately decide how the texture should be sampled when the u and v coordinate exceeds the range of 0.0 to 1.0.

    public enum WrapModeType

    Fields

    Name Description
    ClampToEdge

    Clamp to edge.

    Default

    The default value.

    MirroredRepeat

    Mirrored repeat.

    Repeat

    Repeat.

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