C# 클래스 UnityEngine.Gyroscope

Interface into the Gyroscope.

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

비공개 메소드들

메소드 설명
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