DrawCubeWires abstract method

void DrawCubeWires(
  1. Vector3StructType position,
  2. num width,
  3. num height,
  4. num length,
  5. ColorStructType color,
)

Implementation

void DrawCubeWires(
  Vector3StructType position,
  num width,
  num height,
  num length,
  ColorStructType color,
);