Enum MaterialAlphaModeType

Definition

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

MaterialAlphaModeType is enum for Material's AlphaMode type

C#
Copy
public enum MaterialAlphaModeType : int
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