コード例 #1
0
ファイル: SearcherService.cs プロジェクト: zxx2112/TankBattle
 static SearcherService()
 {
     GraphView = new SearcherGraphView(new Store(new State(new VSEditorDataModel(null))));
     GraphView.style.flexGrow = 1;
     GraphView.style.position = Position.Relative;
 }
コード例 #2
0
 static SearcherService()
 {
     GraphView = new SearcherGraphView(new Store(new State(new VSEditorDataModel(null))));
 }