DrawTexture method
String
DrawTexture(
- TextureBase<
TextureBase> texture, - num posX,
- num posY,
- ColorBase<
ColorBase> tint,
Implementation
String DrawTexture(
TextureBase texture,
num posX,
num posY,
ColorBase tint,
) => 'DrawTexture($texture, $posX, $posY, $tint)';