ARView - AFathi/ARVideoKit GitHub Wiki

Class

ARView

ARView is the class that handles Augmented Reality View orientations.


Topics

Initialization

init (ARSceneKit:ARSCNView)

Initializes 🌞🍳 a new ARView object with an ARSCNView 🚀.

init (ARSpriteKit:ARSKView)

Initializes 🌞🍳 a new ARView object with an ARSKView 👾.

Configuration

var inputViewOrientations:[ARInputViewOrientation]

An array of ARInputViewOrientation objects that allow customizing the accepted orientations in a UIViewController that contains Augmented Reality scenes.

var inputViewOrientationMode:ARInputViewOrientationMode

An object that allow customizing which subviews will rotate in a UIViewController that contains Augmented Reality scenes.