GetPosition
Get Camera position
GetRotation
Get Camera rotation
GetForward
Get Camera forward direction
GetUp
Get Camera up direction
GetRight
Get Camera right direction
Subclass of Ovr.OvrNode
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.
The OVER SDK provides several ways to interact with the Unity Camera Component. A list can be found in ArCameraActionType.
Note: the following attributes are added to the existing ones from the super class OvrNode
Name | Type | Description |
---|---|---|
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