Enum RenderQueueType
The queue type for the objects to render.
Namespace: UnityEngine.Experimental.Rendering.Universal
Syntax
public enum RenderQueueType
Fields
| Name | Description | Value |
|---|---|---|
| Opaque | Use this for opaque objects. |
0 |
| Transparent | Use this for transparent objects. |
1 |