C# Class Pokemon3D.Rendering.UI.Animations.UiMultiAnimation

Inheritance: UiAnimation
Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode Description
Start ( bool playReversed = false ) : void
UiMultiAnimation ( UiAnimation animations ) : System.Collections.Generic
Update ( float elapsedSeconds ) : void

Méthodes protégées

Méthode Description
OnUpdate ( ) : void

Method Details

OnUpdate() protected méthode

protected OnUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( bool playReversed = false ) : void
playReversed bool
Résultat void

UiMultiAnimation() public méthode

public UiMultiAnimation ( UiAnimation animations ) : System.Collections.Generic
animations UiAnimation
Résultat System.Collections.Generic

Update() public méthode

public Update ( float elapsedSeconds ) : void
elapsedSeconds float
Résultat void