Versions with this page:
Versions without this page:
Задает или возвращает время обновления гироскопа.
using UnityEngine;public class Example : MonoBehaviour { void Start() { Input.gyro.updateInterval = 0.01f; } }