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