Versions with this page:
Versions without this page:
设置或检索陀螺仪间隔时间(以秒为单位)。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Start() { Input.gyro.updateInterval = 0.01F; } }