C# Class Klak.Wiring.Patcher.GraphGUI

Inheritance: UnityEditor.Graphs.GraphGUI
Afficher le fichier Open project: keijiro/Klak Class Usage Examples

Méthodes publiques

Méthode Description
NodeGUI ( UnityEditor.Graphs node ) : void
OnGraphGUI ( ) : void
PopSelection ( ) : void
PushSelection ( ) : void

Méthodes protégées

Méthode Description
CopyNodesToPasteboard ( ) : void
DuplicateNodesThroughPasteboard ( ) : void
PasteNodesFromPasteboard ( ) : void

Private Methods

Méthode Description
ContextMenuCallback ( object data ) : void
CreateMenuItemCallback ( object data ) : void
ShowCustomContextMenu ( ) : void

Method Details

CopyNodesToPasteboard() protected méthode

protected CopyNodesToPasteboard ( ) : void
Résultat void

DuplicateNodesThroughPasteboard() protected méthode

protected DuplicateNodesThroughPasteboard ( ) : void
Résultat void

NodeGUI() public méthode

public NodeGUI ( UnityEditor.Graphs node ) : void
node UnityEditor.Graphs
Résultat void

OnGraphGUI() public méthode

public OnGraphGUI ( ) : void
Résultat void

PasteNodesFromPasteboard() protected méthode

protected PasteNodesFromPasteboard ( ) : void
Résultat void

PopSelection() public méthode

public PopSelection ( ) : void
Résultat void

PushSelection() public méthode

public PushSelection ( ) : void
Résultat void