UpdateTextureRec method

String UpdateTextureRec(
  1. TextureBase<TextureBase> texture,
  2. RectangleBase<RectangleBase> rec,
  3. Uint8List pixels
)

Implementation

String UpdateTextureRec(
  TextureBase texture,
  RectangleBase rec,
  Uint8List pixels,
) => 'UpdateTextureRec($texture, $rec, pixels: ${pixels.length})';