unity设置程序

unity设置程序


Application.runInBackground 后台运行

Application.dataPath 数据路径

Application.persistentDataPath 持久数据路径

Application.isEditor 是否在编辑器

Application.isPlaying 是否正播放

Application.platform 平台

Application.unityVersion Unity版本

Application.Quit 退出

Application.CancelQuit 取消退出

Application.LoadLevel 加载关卡

Application.isLoadingLevel

Application.levelCount 关卡数量

Application.loadedLevelName 已加载的关卡名称

Application.targetFrameRate 目标帧速率

Application.RegisterLogCallback 注册日志回调

Application.RegisterLogCallbackThreaded 线程上注册日志回调

Application.OpenURL 打开网址

Screen.currentResolution 当前分辨率

Screen.SetResolution 设置分辨率

Screen.width

Screen.height 高度

Screen.resolutions 分辨率列表

Screen.fullScreen 全屏

Screen.orientation 方向

Screen.autorotateToLandscapeLeft 自动旋转为左横向

Screen.autorotateToLandscapeRight 自动旋转为右横向

Screen.autorotateToPortrait 自动旋转为纵向

Screen.autorotateToPortraitUpsideDown 自动旋转为纵向倒置

你可能感兴趣的:(unity设置程序)