DrawCube function

void DrawCube(
  1. Vector3D position,
  2. num width,
  3. num height,
  4. num length,
  5. ColorD color,
)

Implementation

void DrawCube(
  Vector3D position,
  num width,
  num height,
  num length,
  ColorD color,
) => _module.DrawCube(position, width, height, length, color);