class ARCameraPositionHistoryHelper (Niantic.ARDK.Extensions.ARCameraPositionHistoryHelper)
This helper can be placed in a scene to help visualize the position history of the camera as a colored line, for debug purposes. The history is not truncated, and this helpers renders a line going back to the beginning of the ARSession, or the last call to Clear, whichever is most recent. All data is expected to come from ARSession.
class ARCameraPositionHistoryHelper: MonoBehaviour { public: // properties bool Visible; // methods void Clear(); };