C# Class FlatRedBall.TileGraphics.AnimationChainContainer

An AnimationChain container that self animates. This can be used as the container for IAnimationChainAnimatables.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Activity ( float secondDifference ) : void

Moves the animation forward by the argument time;

AnimationChainContainer ( AnimationChain animationChain ) : System

Private Methods

Méthode Description
UpdateFrameBasedOffOfTimeIntoAnimation ( ) : void

Method Details

Activity() public méthode

Moves the animation forward by the argument time;
public Activity ( float secondDifference ) : void
secondDifference float The amount of time that has passed since last update.
Résultat void

AnimationChainContainer() public méthode

public AnimationChainContainer ( AnimationChain animationChain ) : System
animationChain FlatRedBall.Graphics.Animation.AnimationChain
Résultat System