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

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Complete ( ) : void
Résultat void

RenderPercent() public méthode

public RenderPercent ( float progress ) : void
progress float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UITweenInstance() public méthode

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
Résultat System

Update() public méthode

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