DrawCubeWiresV method

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

Implementation

void DrawCubeWiresV(Vector3C position, Vector3C size, ColorC color) {
  return _DrawCubeWiresV(position, size, color);
}