box static method

ScaleOwner box([
  1. MVector2? scale
])

Boxes a scale.

Implementation

static ScaleOwner box([MVector2? scale]) => _ScaleBox(scale ?? .all(1));