コード例 #1
0
ファイル: BaseNode.cs プロジェクト: mengtest/CZNode
 public void SetGraphView(BaseGraphView graphView)
 {
     this.GraphView = graphView;
 }