C# Класс UnityEngine.Gyroscope

Interface into the Gyroscope.

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
Gyroscope ( int index ) : System
INTERNAL_CALL_attitude_Internal ( int idx, Quaternion &value ) : void
INTERNAL_CALL_gravity_Internal ( int idx, Vector3 &value ) : void
INTERNAL_CALL_rotationRateUnbiased_Internal ( int idx, Vector3 &value ) : void
INTERNAL_CALL_rotationRate_Internal ( int idx, Vector3 &value ) : void
INTERNAL_CALL_userAcceleration_Internal ( int idx, Vector3 &value ) : void
attitude_Internal ( int idx ) : Quaternion
getEnabled_Internal ( int idx ) : bool
getUpdateInterval_Internal ( int idx ) : float
gravity_Internal ( int idx ) : Vector3
rotationRateUnbiased_Internal ( int idx ) : Vector3
rotationRate_Internal ( int idx ) : Vector3
setEnabled_Internal ( int idx, bool enabled ) : void
setUpdateInterval_Internal ( int idx, float interval ) : void
userAcceleration_Internal ( int idx ) : Vector3