DrawTextureEx method

void DrawTextureEx(
  1. TextureC texture,
  2. Vector2C position,
  3. double rotation,
  4. double scale,
  5. ColorC tint,
)

Draw a Texture2D with extended parameters

Implementation

void DrawTextureEx(TextureC texture, Vector2C position, double rotation, double scale, ColorC tint)
  => _DrawTextureEx(texture, position, rotation, scale, tint);