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