예제 #1
0
 ///<summary>
 /// Sets the mobile controller type.
 ///</summary>
 public static void SetMobileController(RCC_Settings.MobileController mobileController)
 {
     RCC_Settings.Instance.mobileController = mobileController;
 }
예제 #2
0
파일: RCC.cs 프로젝트: Tobomabas/unityTest
 ///<summary>
 /// Sets the mobile controller type.
 ///</summary>
 public static void SetMobileController(RCC_Settings.MobileController mobileController)
 {
     RCC_Settings.Instance.mobileController = mobileController;
     Debug.Log("Mobile Controller has been changed to " + mobileController.ToString());
 }