C# 클래스 HFTGyroscope

파일 보기 프로젝트 열기: greggman/hft-unity-gamepad

공개 프로퍼티들

프로퍼티 타입 설명
enabled bool
gravity Vector3
rotationRate Vector3
rotationRateUnbiased Vector3
updateInterval float
userAcceleration Vector3

공개 메소드들

메소드 설명
SetAttitude ( float alpha, float beta, float gamma, float orient ) : void

비공개 메소드들

메소드 설명
QuatFromEuler ( float rx, float ry, float rz, Order, order ) : Quaternion

메소드 상세

SetAttitude() 공개 메소드

public SetAttitude ( float alpha, float beta, float gamma, float orient ) : void
alpha float
beta float
gamma float
orient float
리턴 void

프로퍼티 상세

enabled 공개적으로 프로퍼티

public bool enabled
리턴 bool

gravity 공개적으로 프로퍼티

public Vector3 gravity
리턴 Vector3

rotationRate 공개적으로 프로퍼티

public Vector3 rotationRate
리턴 Vector3

rotationRateUnbiased 공개적으로 프로퍼티

public Vector3 rotationRateUnbiased
리턴 Vector3

updateInterval 공개적으로 프로퍼티

public float updateInterval
리턴 float

userAcceleration 공개적으로 프로퍼티

public Vector3 userAcceleration
리턴 Vector3