WaveEngine.Components.Animation.Animation3D.ResumeAnimation C# (CSharp) 메소드

ResumeAnimation() 공개 메소드

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