DrawTexture method

String DrawTexture(
  1. TextureBase<TextureBase> texture,
  2. num posX,
  3. num posY,
  4. ColorBase<ColorBase> tint,
)

Implementation

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