rotation property
In-plane rotation in radians (ignored for BillboardFacing.velocityStretched).
Implementation
double get rotation => _rotation;
Implementation
set rotation(double value) {
_rotation = value;
_refresh();
}
In-plane rotation in radians (ignored for BillboardFacing.velocityStretched).
double get rotation => _rotation;
set rotation(double value) {
_rotation = value;
_refresh();
}