DrawTexturePro abstract method
void
DrawTexturePro(
- TextureStructType texture,
- RectangleStructType source,
- RectangleStructType dest,
- Vector2StructType origin,
- num rotation,
- ColorStructType tint,
Implementation
void DrawTexturePro(
TextureStructType texture,
RectangleStructType source,
RectangleStructType dest,
Vector2StructType origin,
num rotation,
ColorStructType tint,
);