Versions with this page:
Versions without this page:
Define o recupera el intervalo de giroscopio en segundo.
using UnityEngine;public class Example : MonoBehaviour { void Start() { Input.gyro.updateInterval = 0.01f; } }