C# 클래스 FloatInterpolator, PoniGame

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

공개 메소드들

메소드 설명
Initialize ( InterpolatedFloat interpolated, bool useThreshold = false ) : Interpolator
SetThreshold ( float threshold ) : void

비공개 메소드들

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

메소드 상세

Initialize() 공개 메소드

public Initialize ( InterpolatedFloat interpolated, bool useThreshold = false ) : Interpolator
interpolated InterpolatedFloat
useThreshold bool
리턴 Interpolator

SetThreshold() 공개 메소드

public SetThreshold ( float threshold ) : void
threshold float
리턴 void