Version: 2020.3
언어: 한국어
public float updateInterval ;

설명

Sets or retrieves gyroscope interval in seconds.

using UnityEngine;

public class Example : MonoBehaviour { void Start() { Input.gyro.updateInterval = 0.01f; } }