Class StencilStateData
Container class for stencil rendering settings.
Inherited Members
Namespace: UnityEngine .Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
[Serializable]
public class StencilStateData
Fields
Name | Description |
---|---|
fail |
The stencil operation to use when the stencil test fails. |
override |
Used to mark whether the stencil values should be overridden or not. |
pass |
The stencil operation to use when the stencil test passes. |
stencil |
The comparison function to use. |
stencil |
The stencil reference value. |
z |
The stencil operation to use when the stencil test fails because of depth. |