DrawCubeV method

void DrawCubeV(
  1. Vector3C position,
  2. Vector3C size,
  3. ColorC color
)

Implementation

void DrawCubeV(Vector3C position, Vector3C size, ColorC color) {
  return _DrawCubeV(position, size, color);
}