C# 클래스 UnityPlatformer.Easing

http://theinstructionlimit.com/wp-content/uploads/2009/07/Easing.cs
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 메소드들

메소드 설명
Ease ( double linearStep, float 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, float acceleration, EasingType type ) : float
linearStep double
acceleration float
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