Method | Description | |
---|---|---|
CanConnect ( UnityEditor.Graphs fromSlot, UnityEditor.Graphs toSlot ) : bool | ||
Connect ( UnityEditor.Graphs fromSlot, UnityEditor.Graphs toSlot ) : UnityEditor.Graphs.Edge | ||
Create ( Wiring patch ) : |
||
GetEditor ( ) : |
||
Invalidate ( ) : void | ||
RemoveEdge ( UnityEditor.Graphs edge ) : void | ||
SyncWithPatch ( ) : void |
Method | Description | |
---|---|---|
ForceSyncNow ( ) : void | ||
Initialize ( Wiring patch ) : void |
public CanConnect ( UnityEditor.Graphs fromSlot, UnityEditor.Graphs toSlot ) : bool | ||
fromSlot | UnityEditor.Graphs | |
toSlot | UnityEditor.Graphs | |
return | bool |
public Connect ( UnityEditor.Graphs fromSlot, UnityEditor.Graphs toSlot ) : UnityEditor.Graphs.Edge | ||
fromSlot | UnityEditor.Graphs | |
toSlot | UnityEditor.Graphs | |
return | UnityEditor.Graphs.Edge |
static public Create ( Wiring patch ) : |
||
patch | Wiring | |
return |
public RemoveEdge ( UnityEditor.Graphs edge ) : void | ||
edge | UnityEditor.Graphs | |
return | void |