Artemis.Engine.Graphics.AnimationStepActions.JumpToAnimationStepAction.JumpToAnimationStepAction C# (CSharp) Méthode

JumpToAnimationStepAction() public méthode

public JumpToAnimationStepAction ( int jumpPoint )
jumpPoint int
        public JumpToAnimationStepAction(int jumpPoint)
        {
            JumpPoint = jumpPoint;
        }
JumpToAnimationStepAction