DrawCubeWires method
String
DrawCubeWires(
- Vector3Base<
Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, - num width,
- num height,
- num length,
- ColorBase<
ColorBase> color,
Implementation
String DrawCubeWires(
Vector3Base position,
num width,
num height,
num length,
ColorBase color,
) => 'DrawCubeWires($position, $width, $height, $length, $color)';