摘要: using UnityEngine;using System.Collections;using UnityEngine.UI;//摄像机 陀螺仪转动public class TGyro : MonoBehaviour{ //bool gyroBool; Gyro... 阅读全文
posted @ 2015-11-04 18:24 00000000O 阅读(281) 评论(0) 推荐(0)
摘要: 在程序开发过程当中,常遇到需要启动另一个应用程序的情况,比如在点击软件的一个按钮可以打开地图软件。如果既有包名又有主类的名字,那就好 办了,直接像下面就行:[html] Intent intent = new Intent(Intent.ACTION_MAIN); i... 阅读全文
posted @ 2015-11-04 13:49 00000000O 阅读(270) 评论(0) 推荐(0)