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

Inheritance: AbstractAnimationStepAction
Afficher le fichier Open project: ArtemisEngine/Artemis-Engine

Méthodes publiques

Méthode Description
JumpToAnimationStepAction ( int jumpPoint )
Perform ( AnimationState state, AnimationMap map ) : void

Method Details

JumpToAnimationStepAction() public méthode

public JumpToAnimationStepAction ( int jumpPoint )
jumpPoint int

Perform() public méthode

public Perform ( AnimationState state, AnimationMap map ) : void
state AnimationState
map AnimationMap
Résultat void