C# 클래스 TransformInterpolator, PoniGame

상속: MonoBehaviour
파일 보기 프로젝트 열기: 3dAnon/PoniGame 1 사용 예제들

공개 메소드들

메소드 설명
ForgetPreviousValues ( ) : void
SetThresholds ( bool useThresholds, float positionThreshold, float rotationThreshold, float scaleThreshold ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

ForgetPreviousValues() 공개 메소드

public ForgetPreviousValues ( ) : void
리턴 void

SetThresholds() 공개 메소드

public SetThresholds ( bool useThresholds, float positionThreshold, float rotationThreshold, float scaleThreshold ) : void
useThresholds bool
positionThreshold float
rotationThreshold float
scaleThreshold float
리턴 void