MMKPointOfView
enum MMKPointOfView : UInt, @unchecked Sendable |
The point of view.
Summary
Enum cases
case screenCenter = 0 |
case adaptToFocusPointHorizontally = 1 |
Enum cases
screenCenter
case screenCenter = 0 |
Point of View is centered on the screen.
adaptToFocusPointHorizontally
case adaptToFocusPointHorizontally = 1 |
Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen.