Exemplo n.º 1
0
 static void AttachPivotModderToObject()
 {
     EditorPrefs.SetBool("pivotModderAutoAttach", false);
     InspectorAttacher.AttachInspector();
 }
Exemplo n.º 2
0
 static void EnableAutoUIAttaching()
 {
     EditorPrefs.SetBool("pivotModderAutoAttach", true);
     InspectorAttacher.AttachInspector();
 }