setStencilOpDepthFail abstract method

Future setStencilOpDepthFail(
  1. StencilOperation op, [
  2. StencilFace face = StencilFace.FRONT_AND_BACK
])

Sets the stencil operation to be performed when the depth test fails

Implementation

Future setStencilOpDepthFail(StencilOperation op,
    [StencilFace face = StencilFace.FRONT_AND_BACK]);