C# 클래스 EasingLibrary.Easing.Power

파일 보기 프로젝트 열기: unitycoder/PoorMansGuiFx

공개 메소드들

메소드 설명
EaseIn ( double s, int power ) : float
EaseInOut ( double s, int power ) : float
EaseOut ( double s, int power ) : float

메소드 상세

EaseIn() 공개 정적인 메소드

public static EaseIn ( double s, int power ) : float
s double
power int
리턴 float

EaseInOut() 공개 정적인 메소드

public static EaseInOut ( double s, int power ) : float
s double
power int
리턴 float

EaseOut() 공개 정적인 메소드

public static EaseOut ( double s, int power ) : float
s double
power int
리턴 float