Interface IGraphObject
Namespace: UnityEditor.Graphing
Syntax
public interface IGraphObject
Properties
graph
Declaration
IGraph graph { get; set; }
Property Value
Type | Description |
---|---|
IGraph |
Methods
RegisterCompleteObjectUndo(String)
Declaration
void RegisterCompleteObjectUndo(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |