Enum MaterialAlphaMode
Specify how decode Materials with transparency directives.
Namespace: Unity.Cloud.DataStreaming.Runtime
Assembly: solution.dll
Syntax
public enum MaterialAlphaMode
Fields
Name | Description |
---|---|
AlphaClip | Use alpha clipping when evaluating the opacity. |
Opaque | Skip the transparency evaluation and consider the object to be opaque. |
Transparent | Use the transparency when evaluating the opacity. |