DrawCubeWires method

String DrawCubeWires(
  1. Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position,
  2. num width,
  3. num height,
  4. num length,
  5. ColorBase<ColorBase> color,
)

Implementation

String DrawCubeWires(
  Vector3Base position,
  num width,
  num height,
  num length,
  ColorBase color,
) => 'DrawCubeWires($position, $width, $height, $length, $color)';