Artemis.Engine.Graphics.AnimationStepActions.JumpToAnimationStepAction.JumpToAnimationStepAction C# (CSharp) Method

JumpToAnimationStepAction() public method

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