updateTexture_interface method

Future updateTexture_interface(
  1. int textureId,
  2. dynamic sourceTexture
)
inherited

Implementation

Future updateTexture_interface(int textureId, sourceTexture) async {
  throw UnimplementedError('updateTexture() has not been implemented.');
}