Enum StandardShaderMode
Built-In render pipeline Standard shader modes
Namespace: Unity.Cloud.Gltfast.Materials
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Materials", "glTFast", null)]
public enum StandardShaderMode
Fields
| Name | Description |
|---|---|
| Cutout | Cutout mode (alpha test) |
| Fade | Fade mode (alpha blended opacity) |
| Opaque | Opaque mode |
| Transparent | Transparent mode (alpha blended transmission; e.g. glass) |