StencilBuffer class
Constructors
- StencilBuffer(RenderingContext gl)
Properties
- currentStencilClear ↔ int?
- 
  
  getter/setter pair
- currentStencilFail ↔ int?
- 
  
  getter/setter pair
- currentStencilFunc ↔ int?
- 
  
  getter/setter pair
- currentStencilFuncMask ↔ int?
- 
  
  getter/setter pair
- currentStencilMask ↔ int?
- 
  
  getter/setter pair
- currentStencilRef ↔ int?
- 
  
  getter/setter pair
- currentStencilZFail ↔ int?
- 
  
  getter/setter pair
- currentStencilZPass ↔ int?
- 
  
  getter/setter pair
- disable ↔ Function
- 
  
  getter/setter pair
- enable ↔ Function
- 
  
  getter/setter pair
- gl ↔ RenderingContext
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- locked ↔ bool
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  reset() → void 
- 
  setClear(int stencil) → void 
- 
  setFunc(int stencilFunc, int stencilRef, int stencilMask) → void 
- 
  setLocked(bool lock) → void 
- 
  setMask(int stencilMask) → void 
- 
  setOp(int stencilFail, int stencilZFail, int stencilZPass) → void 
- 
  setTest(bool stencilTest) → void 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited