CuboidGeometrySpec constructor
CuboidGeometrySpec({
- required Vector3 extents,
- bool debugColors = false,
Creates a cuboid spec.
Implementation
CuboidGeometrySpec({required this.extents, this.debugColors = false});