YMKRotationType

enum YMKRotationType : UInt, @unchecked Sendable

The way rotation is handled.

Summary

Enum cases

case noRotation = 0
Ignores the placemark direction; stable in screen space

case rotate = 1
Follows the placemark direction

Enum cases

noRotation

case noRotation = 0

Ignores the placemark direction; stable in screen space.


rotate

case rotate = 1

Follows the placemark direction. For non-flat placemarks, the direction vector is projected onto the screen plane.


Следующая