OvrClickableObject

Subclass of Ovr.OvrNode

Description

This Trigger is used to implement touch screen interactions with objects in a Scene.

In order to achieve this, this OvrNode requires the presence of a Unity Collider Component. More on that here.

This interaction work only in built environments, such as Android and iOS. However, in order for the user to test this node in Editor, the OVER SDK provides a "Simulate Execution" button for testing purposes.

Attributes

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

NameTypeDescription

Type

Type of interaction

Nodes

Grouped OvrNodes, to be executed in sequence.

Last updated