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