예제 #1
0
 void InitializeLoadedElements()
 {
     if (!Application.isPlaying)
     {
         loadedElements = DefaultProjectInputs.LoadDefaultSchemes();
     }
 }
예제 #2
0
 static void LoadDefaultSchemes()
 {
     SetSchemes(DefaultProjectInputs.LoadDefaultSchemes());
 }