OvrArCamera

Subclass of Ovr.OvrNode

Description

This OvrNode allows for some common interactions with the Over App AR Camera, the main Camera to enjoy an OVER Experience.

In order to test its behaviour, the user can use a fake Camera, present in Editor Scene, which mimics the behaviour of the AR one.

Action Types

The OVER SDK provides several ways to interact with the Unity Camera Component. A list can be found in ArCameraActionType.

Attributes

Note: the following attributes are added to the existing ones from the super class OvrNode

NameTypeDescription

FindAutoCamera

boolean

If True, the main camera will be automatically found during Play time

FakeCameraInEditor

Transform

Camera Transform Component

ActionType

Action to be performed

TargetPosition

[GetPosition Only] Gets the Camera position

TargetRotation

[GetRotation Only] Gets the Camera rotation

TargetDirection

[GetForward, GetUp, GetRight Only] Gets the Camera direction

Last updated