OvrNode
Subclass of UnityEngine.Monobehaviour
Description
OvrNode is the base class from which all other Nodes derive their base attributes.
Attributes
Name | Type | Description |
---|---|---|
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
Name | Description |
---|---|
Execute | Prompts the OvrNode for execution. The behaviour of this Method will differ for each Node. |
Last updated