C# 클래스 Easing, volkenessen

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

공개 메소드들

메소드 설명
Ease ( double linearStep, double acceleration, EasingType type ) : float
EaseIn ( double linearStep, EasingType type ) : float
EaseInOut ( double linearStep, EasingType type ) : float
EaseInOut ( double linearStep, EasingType easeInType, EasingType easeOutType ) : float
EaseOut ( double linearStep, EasingType type ) : float

메소드 상세

Ease() 공개 정적인 메소드

public static Ease ( double linearStep, double acceleration, EasingType type ) : float
linearStep double
acceleration double
type EasingType
리턴 float

EaseIn() 공개 정적인 메소드

public static EaseIn ( double linearStep, EasingType type ) : float
linearStep double
type EasingType
리턴 float

EaseInOut() 공개 정적인 메소드

public static EaseInOut ( double linearStep, EasingType type ) : float
linearStep double
type EasingType
리턴 float

EaseInOut() 공개 정적인 메소드

public static EaseInOut ( double linearStep, EasingType easeInType, EasingType easeOutType ) : float
linearStep double
easeInType EasingType
easeOutType EasingType
리턴 float

EaseOut() 공개 정적인 메소드

public static EaseOut ( double linearStep, EasingType type ) : float
linearStep double
type EasingType
리턴 float