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. |
|
Transparent | Use this for transparent objects. |