C# 클래스 GlueViewOfficialPlugins.States.StateViewPlugin

상속: GlueView.Plugin.GlueViewPlugin
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
ApplyInterpolateToState ( object firstState, object secondState, float time, InterpolationType interpolationType, Easing easing ) : void
ShutDown ( FlatRedBall shutDownReason ) : bool
StartUp ( ) : void

비공개 메소드들

메소드 설명
OnElementLoad ( object sender, EventArgs e ) : void

메소드 상세

ApplyInterpolateToState() 공개 메소드

public ApplyInterpolateToState ( object firstState, object secondState, float time, InterpolationType interpolationType, Easing easing ) : void
firstState object
secondState object
time float
interpolationType InterpolationType
easing Easing
리턴 void

ShutDown() 공개 메소드

public ShutDown ( FlatRedBall shutDownReason ) : bool
shutDownReason FlatRedBall
리턴 bool

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void