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

Utility for performing animations on UIElements
Inheritance: IUIProcess
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Méthode Description
Stop ( UITweenInstance inst, bool complete ) : void
To ( object obj, float duration, float>.Dictionary args ) : UITweenInstance
To ( object obj, float duration, float>.Dictionary args, EaseFunction ease ) : UITweenInstance
Update ( UpdateState state ) : void

Method Details

Stop() public méthode

public Stop ( UITweenInstance inst, bool complete ) : void
inst UITweenInstance
complete bool
Résultat void

To() public méthode

public To ( object obj, float duration, float>.Dictionary args ) : UITweenInstance
obj object
duration float
args float>.Dictionary
Résultat UITweenInstance

To() public méthode

public To ( object obj, float duration, float>.Dictionary args, EaseFunction ease ) : UITweenInstance
obj object
duration float
args float>.Dictionary
ease EaseFunction
Résultat UITweenInstance

Update() public méthode

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