Enum SpatialMaterial.DepthDrawMode
enum DepthDrawMode
: int { ... }
Enum members
Name | Description |
---|---|
depthDrawAlphaOpaquePrepass
|
For transparent objects, an opaque pass is made first with the opaque parts, then transparency is drawn. |
depthDrawAlways
|
Depth draw is calculated for both opaque and transparent objects. |
depthDrawDisabled
|
No depth draw. |
depthDrawOpaqueOnly
|
Default depth draw mode. Depth is drawn only for opaque objects. |