rotation property

double get rotation

Camera rotation in degrees (pivots around target)

Implementation

double get rotation => _rotation = field_rotation.readOr(op, _rotation);
set rotation (double value)

Implementation

set rotation(double value) => _rotation = field_rotation.writeOr(op, value);