Screen sleepTimeout SleepTimeOut NeverSleep 禁止屏幕锁屏

               

Screen.sleepTimeout


http://docs.unity3d.com/ScriptReference/Screen-sleepTimeout.html

设置屏幕锁屏时间


DescriptionA power saving setting, allowing the screen to dim some time after the last active user interaction.Most useful for handheld devices, allowing OS to preserve battery life in most efficient ways. Does nothing on non-handheld devices.sleepTimeout is measured in seconds. The default value varies from platform to platform, generally being non-zero.On mobile devices it would be useful to set sleepTimeout to [SleepTimeout.NeverSleep] for games using accelerometer as the main source of input. However, such games should allow screen dimming while in menu or paused. Currently you will only be able to set this property to one of the values predefined in [SleepTimeout] class. A get will return either one of the predefined values, or the actual number of seconds until screen gets dimmed, as specified in system preferences of the device. // Disable screen dimming Screen.sleepTimeout = SleepTimeout.NeverSleep;

SleepTimeoutclass in UnityEngineDescriptionConstants for special values of Screen.sleepTimeout.Use them to specify something other than a fixed amount of seconds before dimming the screen.Static VariablesNeverSleep Prevent screen dimming.SystemSetting Set the sleep timeout to whatever the user has specified in the system settings.



           

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值