setStencilOpDepthStencilPass abstract method

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

Sets the stencil operation to be performed when both depth and stencil tests pass

Implementation

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