Artemis.Engine.Graphics.AnimationStepActions.PlaySoundAnimationStepAction.Perform C# (CSharp) Method

Perform() public method

public Perform ( AnimationState state, AnimationMap map ) : void
state AnimationState
map AnimationMap
return void
        public override void Perform(AnimationState state, AnimationMap map)
        {
            throw new NotImplementedException();
        }
PlaySoundAnimationStepAction