GizmoWireBox constructor

const GizmoWireBox({
  1. List<double>? halfExtents,
  2. String? halfExtentsBind,
  3. List<double> center = const [0, 0, 0],
  4. GizmoScalar inflate = const GizmoScalar(0),
  5. GizmoVisibility visibility = GizmoVisibility.always,
  6. GizmoColor? color,
  7. bool xray = true,
  8. GizmoCondition? when,
})

Implementation

const GizmoWireBox({
  this.halfExtents,
  this.halfExtentsBind,
  this.center = const [0, 0, 0],
  this.inflate = const GizmoScalar(0),
  super.visibility,
  super.color,
  super.xray,
  super.when,
});