コード例 #1
0
ファイル: GraphWindow.cs プロジェクト: fbizuneh/Igor
 static GraphWindow()
 {
     EditorTypeUtils.RegisterEditorTypes();
 }
コード例 #2
0
 static EditorTypeUtils()
 {
     EditorTypeUtils.RegisterEditorTypes();
 }
コード例 #3
0
ファイル: ListWindow.cs プロジェクト: fbizuneh/Igor
 static ListWindow()
 {
     EditorTypeUtils.RegisterEditorTypes();
 }