C# Class Klak.Wiring.Patcher.GraphGUI

Inheritance: UnityEditor.Graphs.GraphGUI
显示文件 Open project: keijiro/Klak Class Usage Examples

Public Methods

Method Description
NodeGUI ( UnityEditor.Graphs node ) : void
OnGraphGUI ( ) : void
PopSelection ( ) : void
PushSelection ( ) : void

Protected Methods

Method Description
CopyNodesToPasteboard ( ) : void
DuplicateNodesThroughPasteboard ( ) : void
PasteNodesFromPasteboard ( ) : void

Private Methods

Method Description
ContextMenuCallback ( object data ) : void
CreateMenuItemCallback ( object data ) : void
ShowCustomContextMenu ( ) : void

Method Details

CopyNodesToPasteboard() protected method

protected CopyNodesToPasteboard ( ) : void
return void

DuplicateNodesThroughPasteboard() protected method

protected DuplicateNodesThroughPasteboard ( ) : void
return void

NodeGUI() public method

public NodeGUI ( UnityEditor.Graphs node ) : void
node UnityEditor.Graphs
return void

OnGraphGUI() public method

public OnGraphGUI ( ) : void
return void

PasteNodesFromPasteboard() protected method

protected PasteNodesFromPasteboard ( ) : void
return void

PopSelection() public method

public PopSelection ( ) : void
return void

PushSelection() public method

public PushSelection ( ) : void
return void