class ARCameraPositionHelper (Niantic.ARDK.Extensions.ARCameraPositionHelper)¶
Overview¶
A helper component to automatically position the scene rendering AR content and transform its output. More…
class ARCameraPositionHelper: MonoBehaviour { public: // properties Camera Camera; };
Detailed Documentation¶
A helper component to automatically position the scene rendering AR content and transform its output.
Properties¶
Camera Camera
Returns a reference to the scene camera used to render AR content, if present.