rotation property

rotation property

Returns the number of degrees a frame is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Read-only float.

Definition:

@property
def rotation(self):
    ...

See Also