Versions with this page:
Versions without this page:
Sets or retrieves gyroscope interval in seconds.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Start() { Input.gyro.updateInterval = 0.01F; } }