Class GraphEditorObject
GraphEditorObject stores the graph asset data. Implements the ScriptableObject Implements the ISerializationCallbackReceiver
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class GraphEditorObject : ScriptableObject, ISerializationCallbackReceiver
Properties
| Name | Description |
|---|---|
| Graph | Gets the graph descriptor. |
| GraphInstance | Gets or sets the graph instance. |
| LogicGraphData | Gets the logic graph data. |
Methods
| Name | Description |
|---|---|
| Initialize(GraphDescriptor, SystemGraphComponent) | Initializes the specified desc. |
| OnAfterDeserialize() | Implement this method to receive a callback after Unity deserializes your object. |
| OnBeforeSerialize() | Implement this method to receive a callback before Unity serializes your object. |
| RegisterCompleteObjectUndo(string) | Registers the complete object undo. |
Events
| Name | Description |
|---|---|
| Deserialized | Occurs when [deserialized]. |