Enum VisionOSSortingGroup.DepthPassType
Enum defining depth pass types.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum VisionOSSortingGroup.DepthPassType
Fields
Name | Description |
---|---|
PostPass | Draws depth of renderer after drawing all color. |
PrePass | Draws depth of renderer before drawing any color. |
Unseparated | Draws depth and color at the same time. |