コード例 #1
0
 public static void Init(InspectorPrefabs prefabs)
 {
     ConfigSelector.AddMatcher(o => true, GetDefaultConfig(prefabs));
     ConfigSelector.AddMatcher(o => o is GameObject, GetGameObjectConfig(prefabs));
 }