C# Class FSO.Client.UI.Framework.UITweenInstance

Exibir arquivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
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

Method Details

Complete() public method

public Complete ( ) : void
return void

RenderPercent() public method

public RenderPercent ( float progress ) : void
progress float
return void

Start() public method

public Start ( ) : void
return void

UITweenInstance() public method

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
return System

Update() public method

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