GameViewController
class GameViewController : UIViewController, ARSessionDelegate
IN PROGRESS
-
Undocumented
Declaration
Swift
var mtkView: MTKView! -
Undocumented
Declaration
Swift
var renderer: Renderer! -
Undocumented
Declaration
Swift
var session: ARSession! -
Undocumented
Declaration
Swift
var sessionManager: ARSessionManager! -
Undocumented
Declaration
Swift
var sessionConfig: ARConfiguration! -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
@IBAction func onoffAR(_ sender: UIButton)
-
Undocumented
Declaration
Swift
func session(_ session: ARSession, didFailWithError error: Error) -
Undocumented
Declaration
Swift
func sessionWasInterrupted(_ session: ARSession) -
Undocumented
Declaration
Swift
func sessionInterruptionEnded(_ session: ARSession)
-
Undocumented
Declaration
Swift
static var previousScale: CGFloat -
Undocumented
Declaration
Swift
func addGestureRecognizer(to view: UIView) -
Undocumented
Declaration
Swift
@objc func handlePan(gesture: UIPanGestureRecognizer) -
Undocumented
Declaration
Swift
@objc func handleTap(gestureRecognize: UITapGestureRecognizer) -
Undocumented
Declaration
Swift
@objc func handlePinch(gesture: UIPinchGestureRecognizer)
View on GitHub
GameViewController Class Reference