Usages of IReparentNodeHandler
Properties
| reparentNodeHandler | in GraphEditorInputMode | Gets or sets the IReparentNodeHandler that is used for moving nodes out of group nodes or into other group nodes. |
Method Return Values
| create () | in IReparentNodeHandler |
Method Parameters
| GraphEditorInputMode () | in GraphEditorInputMode | Creates a new instance that is not bound to an existing graph or selection, initially. | |
| onReparentNodeHandlerChanged (IReparentNodeHandler, IReparentNodeHandler) | in GraphEditorInputMode | Called when the reparentNodeHandler property value changes and after initialization of the property. |
Implementing Types
| ReparentNodeHandler | The default IReparentNodeHandler implementation used by reparentNodeHandler. |