GizmoWireBox constructor
const
GizmoWireBox({
- List<
double> ? halfExtents, - String? halfExtentsBind,
- List<
double> center = const [0, 0, 0], - GizmoScalar inflate = const GizmoScalar(0),
- GizmoVisibility visibility = GizmoVisibility.always,
- GizmoColor? color,
- bool xray = true,
- 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,
});