OvrSetVariable

Subclass of Ovr.OvrNode

Description

This Node is used to handle assignations between OvrVariables, attached to different objects in Scene.

Attributes

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

Name
Type
Description

FromVariable

OvrVariable from which get the value to be assigned to ToVariable.

ToVariable

OvrVariable in which set the value coming from FromVariable.

Example of OvrSetVariable, the OvrVariable ShouldMove will be set to False when this OvrNode is executed.