包含此页的版本:
不含此页的版本:
设置或检索陀螺仪间隔时间(以秒为单位)。
using UnityEngine;public class Example : MonoBehaviour { void Start() { Input.gyro.updateInterval = 0.01f; } }