YMKPointOfView

enum YMKPointOfView : UInt, @unchecked Sendable

The point of view.

Summary

Enum cases

case screenCenter = 0
Point of View is centered on the screen

case adaptToFocusPointHorizontally = 1
Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen

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.