DrawTextureEx abstract method

void DrawTextureEx(
  1. TextureStructType texture,
  2. Vector2StructType position,
  3. num rotation,
  4. num scale,
  5. ColorStructType tint,
)

Implementation

void DrawTextureEx(
  TextureStructType texture,
  Vector2StructType position,
  num rotation,
  num scale,
  ColorStructType tint,
);