setStencilOpDepthFail abstract method
Future
setStencilOpDepthFail(
- StencilOperation op, [
- 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]);