C# Class Squared.Game.Animation.Animator

Afficher le fichier Open project: sq/Fracture Class Usage Examples

Méthodes publiques

Свойство Type Description
TimeProvider ITimeProvider

Méthodes publiques

Méthode Description
Delay ( long duration ) : void
SetAnimation ( Func animation ) : void
SetFrame ( object group, int frame ) : void
SetSpeed ( float speed ) : void
Update ( ) : void

Method Details

Delay() public méthode

public Delay ( long duration ) : void
duration long
Résultat void

SetAnimation() public méthode

public SetAnimation ( Func animation ) : void
animation Func
Résultat void

SetFrame() public méthode

public SetFrame ( object group, int frame ) : void
group object
frame int
Résultat void

SetSpeed() public méthode

public SetSpeed ( float speed ) : void
speed float
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

TimeProvider public_oe property

public ITimeProvider TimeProvider
Résultat ITimeProvider