DrawTextureV abstract method

void DrawTextureV(
  1. TextureStructType texture,
  2. Vector2StructType position,
  3. ColorStructType tint
)

Draw a Texture2D with position defined as Vector2

Implementation

void DrawTextureV(
  TextureStructType texture,
  Vector2StructType position,
  ColorStructType tint,
);