C# Class Artemis.Engine.Graphics.AnimationStepActions.JumpToAnimationStepAction

Inheritance: AbstractAnimationStepAction
ファイルを表示 Open project: ArtemisEngine/Artemis-Engine

Public Methods

Method Description
JumpToAnimationStepAction ( int jumpPoint )
Perform ( AnimationState state, AnimationMap map ) : void

Method Details

JumpToAnimationStepAction() public method

public JumpToAnimationStepAction ( int jumpPoint )
jumpPoint int

Perform() public method

public Perform ( AnimationState state, AnimationMap map ) : void
state AnimationState
map AnimationMap
return void