C# 클래스 andengine.util.modifier.ease.IEaseFunction

파일 보기 프로젝트 열기: jamesburton/AndEngine.net

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT IEaseFunction

공개 메소드들

메소드 설명
GetPercentageDone ( float pSecondsElapsed, float pDuration, float pMinValue, float pMaxValue ) : float

메소드 상세

GetPercentageDone() 공개 추상적인 메소드

public abstract GetPercentageDone ( float pSecondsElapsed, float pDuration, float pMinValue, float pMaxValue ) : float
pSecondsElapsed float
pDuration float
pMinValue float
pMaxValue float
리턴 float

프로퍼티 상세

DEFAULT 공개적으로 정적으로 프로퍼티

public static IEaseFunction,andengine.util.modifier.ease DEFAULT
리턴 IEaseFunction