C# Class NodeInspector.Editor.NodeInspector

Inheritance: EditorWindow
Datei anzeigen Open project: nicloay/Node-Inspector Class Usage Examples

Public Properties

Property Type Description
JointHighlight JointHighlightHolder

Public Methods

Method Description
GUICreateGraphsItems ( ) : void
GUICreateMenuItems ( ) : void
HandleDraggConnections ( List nodes, Connection lastDraggedConnection ) : void
OnGUI ( ) : void
OnGUIToolBar ( ) : void
OnSelectionChange ( ) : void
UpdateContentSize ( List nodes ) : void

Private Methods

Method Description
CheckSelectedObject ( ) : bool
GetJointUnderMousePosition ( List nodes ) : Joint

Gets the joint under mouse position. return Null if can't find any

Init ( ) : void

Method Details

GUICreateGraphsItems() public method

public GUICreateGraphsItems ( ) : void
return void

GUICreateMenuItems() public method

public GUICreateMenuItems ( ) : void
return void

HandleDraggConnections() public method

public HandleDraggConnections ( List nodes, Connection lastDraggedConnection ) : void
nodes List
lastDraggedConnection Connection
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnGUIToolBar() public method

public OnGUIToolBar ( ) : void
return void

OnSelectionChange() public method

public OnSelectionChange ( ) : void
return void

UpdateContentSize() public method

public UpdateContentSize ( List nodes ) : void
nodes List
return void

Property Details

JointHighlight public_oe property

public JointHighlightHolder,NodeInspector.Editor JointHighlight
return JointHighlightHolder