Class ElasticNodeGraph
A holoride specific graph that is instantiable from the create menu.
Namespace: Holoride.ElasticSDK.Graph
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[CreateAssetMenu(menuName = "holoride/Elastic Graph", order = 8)]
public class ElasticNodeGraph : NodeGraph
Methods
AddNode(Type)
Add a node to the graph by type.
Declaration
public override Node AddNode(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type of the node to add. |
Returns
Type | Description |
---|---|
XNode.Node | The instance of the node that was added to the graph. |
Overrides
XNode.NodeGraph.AddNode(System.Type)
FindReferencedGraphs()
Declaration
public IEnumerable<ElasticNodeGraph> FindReferencedGraphs()
Returns
Type | Description |
---|---|
IEnumerable<ElasticNodeGraph> |