Class GraphObject
Inheritance
System.Object
GraphObject
Syntax
public class GraphObject : ScriptableObject, IGraphObject, ISerializationCallbackReceiver
Properties
graph
Declaration
public IGraph graph { get; set; }
Property Value
Implements
isDirty
Declaration
public bool isDirty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
RegisterCompleteObjectUndo(String)
Declaration
public void RegisterCompleteObjectUndo(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Implements