OvrNode

Subclass of UnityEngine.Monobehaviour

Description

OvrNode is the base class from which all other Nodes derive their base attributes.

Attributes

NameTypeDescription

NodeId

string

The ID of the Node, used to better recognize the Node in Editor.

PreExecutionNodes

OvrNode [ ]

Collection of OvrNodes, these nodes will be executed before this OvrNode.

PostExecutionNodes

OvrNode [ ]

Collection of OvrNodes, these nodes will be executed after this OvrNode.

Methods

NameDescription

Execute

Prompts the OvrNode for execution. The behaviour of this Method will differ for each Node.

Last updated