OvrUIButton

Subclass of Ovr.OvrNode

Description

This trigger must be applied to a UI button. It causes the assigned OvrNode or list of OvrNodes to be executed when the button is clicked.

You can find more info regarding the Unity UI in this section.

Attributes

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

Name
Type
Description

Button

Button

Unity Button refence

Nodes

Grouped OvrNodes, to be executed in sequence.

Example of OvrUIButton, in this case, target, is Instantiate on Button click.