Description

Stencil buffer clear option.

Enumeration Members

Enumeration Members

CustomTexture: number

Description

Stencil buffer will be cleared by texture from "maskTexture" property, if "maskTexture" is null then the stencil clear option will fallback to "CustomValue" mode.

CustomValue: number

Description

Stencil buffer will be cleared by "clearStencilValue" property value.

None: number

Description

Stencil buffer clear operation will be skipped.

Generated using TypeDoc