Enum MaterialAlphaModeType

    Definition

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

    MaterialAlphaModeType is enum for Material's AlphaMode type

    public enum MaterialAlphaModeType

    Fields

    Name Description
    Blend

    This indicates that the material is transparent and that the alpha value should be used to blend the material with the background.

    Mask

    This indicates that the material is either fully opaque or fully transparent depending on the alpha value. The alpha value is used to mask out areas of the material that should be transparent.

    Opaque

    This indicates that the material is fully opaque and that the alpha value should be ignored.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<MaterialAlphaModeType>(MaterialAlphaModeType, string)
    Extensions.LoadFromXaml<MaterialAlphaModeType>(MaterialAlphaModeType, string)
    Extensions.LoadFromXaml<MaterialAlphaModeType>(MaterialAlphaModeType, Type)
    Extensions.LoadFromXamlFile<MaterialAlphaModeType>(MaterialAlphaModeType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX