C# 클래스 FSO.Client.UI.Framework.UITweenInstance

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 메소드들

메소드 설명
Complete ( ) : void
RenderPercent ( float progress ) : void
Start ( ) : void
UITweenInstance ( UITween owner, object obj, float duration, float>.Dictionary args, EaseFunction ease ) : System
Update ( long ticks, UpdateState state ) : void

메소드 상세

Complete() 공개 메소드

public Complete ( ) : void
리턴 void

RenderPercent() 공개 메소드

public RenderPercent ( float progress ) : void
progress float
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UITweenInstance() 공개 메소드

public UITweenInstance ( UITween owner, object obj, float duration, float>.Dictionary args, EaseFunction ease ) : System
owner UITween
obj object
duration float
args float>.Dictionary
ease EaseFunction
리턴 System

Update() 공개 메소드

public Update ( long ticks, UpdateState state ) : void
ticks long
state FSO.Common.Rendering.Framework.Model.UpdateState
리턴 void