Enfusion Script API
Loading...
Searching...
No Matches
GenericGraphModel Interface Reference
Inheritance diagram for GenericGraphModel:
IGraphModel Managed

Public Member Functions

void GenericGraphModel (notnull GraphNodeScene scene, notnull BaseContainer sceneSource)
 
proto external GraphNode AddNode (TypeName nodeType, string nodeName, vector nodePosition)
 Add node to the model, parameter nodeType should inherit from ScriptedGraphNode.
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Constructor & Destructor Documentation

◆ GenericGraphModel()

void GenericGraphModel.GenericGraphModel ( notnull GraphNodeScene scene,
notnull BaseContainer sceneSource )

Member Function Documentation

◆ AddNode()

proto external GraphNode GenericGraphModel.AddNode ( TypeName nodeType,
string nodeName,
vector nodePosition )

Add node to the model, parameter nodeType should inherit from ScriptedGraphNode.


The documentation for this interface was generated from the following file: