|
Default AR App
Documentation for the Default AR App project found at https://github.com/ingratexr/unity-ar-boilerplate
|
Class that detects rotating two-finger touch input from user and rotates the scene's ARSessionOrigin object (therefore rotating the scene) as the touch input rotates. More...
Public Member Functions | |
| void | SetARSessionOrigin (Transform _arSessionOrigin) |
| Set reference to scene's ARSessionOrigin object, and its starting rotation. More... | |
Class that detects rotating two-finger touch input from user and rotates the scene's ARSessionOrigin object (therefore rotating the scene) as the touch input rotates.
| void ARRotateGesture.SetARSessionOrigin | ( | Transform | _arSessionOrigin | ) |
Set reference to scene's ARSessionOrigin object, and its starting rotation.
Rotating this object rotates the scene.
| _arSessionOrigin | The scene's AR Session Origin object. |