コード例 #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());
 }