setStencilOpStencilFail abstract method
Future
setStencilOpStencilFail(
- StencilOperation op, [
- StencilFace face = StencilFace.FRONT_AND_BACK
Sets the stencil operation to be performed when the stencil test fails
Implementation
Future setStencilOpStencilFail(StencilOperation op,
[StencilFace face = StencilFace.FRONT_AND_BACK]);