C# 클래스 VelocityEstimator

상속: MonoBehaviour
파일 보기 프로젝트 열기: adamhleslie/MorningRitual-GlobalGameJam2016 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
estimateOnAwake bool

공개 메소드들

메소드 설명
Awake ( ) : void
BeginEstimatingVelocity ( ) : void
FinishEstimatingVelocity ( ) : void
GetAccelerationEstimate ( ) : Vector3
GetAngularVelocityEstimate ( ) : Vector3
GetVelocityEstimate ( ) : Vector3

비공개 메소드들

메소드 설명
EstimateVelocityCoroutine ( ) : IEnumerator

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

BeginEstimatingVelocity() 공개 메소드

public BeginEstimatingVelocity ( ) : void
리턴 void

FinishEstimatingVelocity() 공개 메소드

public FinishEstimatingVelocity ( ) : void
리턴 void

GetAccelerationEstimate() 공개 메소드

public GetAccelerationEstimate ( ) : Vector3
리턴 Vector3

GetAngularVelocityEstimate() 공개 메소드

public GetAngularVelocityEstimate ( ) : Vector3
리턴 Vector3

GetVelocityEstimate() 공개 메소드

public GetVelocityEstimate ( ) : Vector3
리턴 Vector3

프로퍼티 상세

estimateOnAwake 공개적으로 프로퍼티

public bool estimateOnAwake
리턴 bool