Class SystemGraphObject
Class SystemGraphObject contains the SystemGraphData and internal data model caches. Implements the ScriptableObject
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class SystemGraphObject : ScriptableObject
Fields
| Name | Description |
|---|---|
| MapEditorTitle | The map of editor title for types. |
| MapParamType | The map of parameter types |
Properties
| Name | Description |
|---|---|
| DataModel | Gets the data model. |
| GraphData | Gets or sets the graph data. |
Methods
| Name | Description |
|---|---|
| FindNodeOrParamType(string, out Type) | Finds the type of the node or parameter. |
| FindNodeType(string, out Type) | Finds the type of the node. |
| FindParamType(string, out Type) | Finds the type of the parameter. |
| Initialize() | Initializes this instance. |
| Initialize(SystemGraphData) | Initializes the specified logic graph data. |
| RefreshDataModel() | Refreshes the data model. |
| RefreshMapEditorTitle() | Refreshes the map editor title. |
| Reset() | Resets this instance. |