C# Class uNodeEditor.uNodeEdge

Inheritance: uControlBase
Show file Open project: DandyMania/uNodeEditor Class Usage Examples

Public Properties

Property Type Description
edgeEnd ConnectNode
edgeStart ConnectNode

Public Methods

Method Description
DrawNodeCurve ( ConnectBox start, ConnectBox end ) : void

カーブ描画

OnDrawGUI ( ) : void

GUI描画

OnInit ( ) : void

初期化

OnPaint ( ) : void

描画

OnUpdate ( ) : void

更新

Remove ( ) : void
uNodeEdge ( uNodeEditor parent, ConnectNode start, ConnectNode end = null ) : System.Collections

Method Details

DrawNodeCurve() public method

カーブ描画
public DrawNodeCurve ( ConnectBox start, ConnectBox end ) : void
start ConnectBox
end ConnectBox
return void

OnDrawGUI() public method

GUI描画
public OnDrawGUI ( ) : void
return void

OnInit() public method

初期化
public OnInit ( ) : void
return void

OnPaint() public method

描画
public OnPaint ( ) : void
return void

OnUpdate() public method

更新
public OnUpdate ( ) : void
return void

Remove() public method

public Remove ( ) : void
return void

uNodeEdge() public method

public uNodeEdge ( uNodeEditor parent, ConnectNode start, ConnectNode end = null ) : System.Collections
parent uNodeEditor
start ConnectNode
end ConnectNode
return System.Collections

Property Details

edgeEnd public property

public ConnectNode edgeEnd
return ConnectNode

edgeStart public property

public ConnectNode edgeStart
return ConnectNode