WaveEngine.Components.Animation.Animation3D.ResumeAnimation C# (CSharp) Méthode

ResumeAnimation() public méthode

Plays the animation up to a given frame. Resume the animation.
public ResumeAnimation ( ) : void
Résultat void
        public override void ResumeAnimation()
        {
            this.State = AnimationState.Playing;
        }