Property camera
camera
The Camera
to associate with the AR device. It must be a child of this ARSessionOrigin
.
Declaration
public Camera camera { get; set; }
Property Value
Type | Description |
---|---|
Camera |
Remarks
The Camera
should update its position and rotation according to the AR device.
This is typically accomplished by adding a TrackedPoseDriver
component to the
Camera
.