コード例 #1
0
 internal static void RegisterEditor(DataNodeEditorAttribute attr, Type type)
 {
     RegisterEditor(attr.NodeClass, type);
 }
コード例 #2
0
ファイル: DataNodeEditorManager.cs プロジェクト: wflk/canape
 internal static void RegisterEditor(DataNodeEditorAttribute attr, Type type)
 {
     RegisterEditor(attr.NodeClass, type);
 }