DrawCubeV abstract method

void DrawCubeV(
  1. Vector3StructType position,
  2. Vector3StructType size,
  3. ColorStructType color
)

Implementation

void DrawCubeV(
  Vector3StructType position,
  Vector3StructType size,
  ColorStructType color,
);