|
Enfusion Script API
|
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) | |
| void GenericGraphModel.GenericGraphModel | ( | notnull GraphNodeScene | scene, |
| notnull BaseContainer | sceneSource ) |
| proto external GraphNode GenericGraphModel.AddNode | ( | TypeName | nodeType, |
| string | nodeName, | ||
| vector | nodePosition ) |
Add node to the model, parameter nodeType should inherit from ScriptedGraphNode.