FlutterAngle class
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  activateTexture(FlutterAngleTexture texture) → void 
- 
  createTexture(AngleOptions options) → Future< FlutterAngleTexture> 
- 
  deleteTexture(FlutterAngleTexture texture) → Future< void> 
- 
  dispose([List< FlutterAngleTexture?> ? textures]) → void
- 
  init([bool useDebugContext = false, bool useAngle = false]) → Future< void> 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  printOpenGLError(String message) → void 
- 
  resize(FlutterAngleTexture texture, AngleOptions options) → Future< void> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  updateSource(FlutterAngleTexture texture, [WebGLTexture? sourceTexture]) → void 
- 
  updateTexture(FlutterAngleTexture texture, [WebGLTexture? sourceTexture]) → Future< void> 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited