YMKPointOfView

enum YMKPointOfView : NSUInteger {}

The point of view.

Summary

Enum cases

YMKPointOfViewScreenCenter
Point of View is centered on the screen

YMKPointOfViewAdaptToFocusPointHorizontally
Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen

Enum cases

YMKPointOfViewScreenCenter

YMKPointOfViewScreenCenter

Point of View is centered on the screen.


YMKPointOfViewAdaptToFocusPointHorizontally

YMKPointOfViewAdaptToFocusPointHorizontally

Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen.