Preparing search index...

    Enumeration StencilOperation

    Options for specifying the action to take when stencil and depth tests resolve.

    Lens Scripting Version 272

    Index

    Enumeration Members

    DecrementClamp: number

    Decrements the current stencil buffer value. Clamps to 0.

    Lens Scripting Version 272

    DecrementWrap: number

    Decrements the current stencil buffer value. Wraps stencil buffer value to the maximum representable unsigned value when decrementing a stencil buffer value of zero.

    Lens Scripting Version 272

    IncrementClamp: number

    Increments the current stencil buffer value. Clamps to the maximum representable unsigned value.

    Lens Scripting Version 272

    IncrementWrap: number

    Increments the current stencil buffer value. Wraps stencil buffer value to zero when incrementing the maximum representable unsigned value.

    Lens Scripting Version 272

    Invert: number

    Bitwise inverts the current stencil buffer value.

    Lens Scripting Version 272

    Keep: number

    Keep the current value.

    Lens Scripting Version 272

    Replace: number

    Sets the stencil buffer value to "referenceValue" property of StencilState.

    Lens Scripting Version 272

    Zero: number

    Set the stencil buffer value to 0.

    Lens Scripting Version 272