alignment property

Alignment alignment
final

The alignment of the origin of the coordinate system in which the rotation takes place, relative to the size of the box.

For example, to set the origin of the rotation to bottom middle, you can use an alignment of (0.0, 1.0).

Implementation

final Alignment alignment;