Versions with this page:
Versions without this page:
Возвращает положение устройства в пространстве.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Update() { transform.rotation = Input.gyro.attitude; } }