C# 클래스 Artemis.Engine.Graphics.AnimationStepActions.EnterAnimationStepAction

상속: AbstractAnimationStepAction
파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine

공개 메소드들

메소드 설명
EnterAnimationStepAction ( string stateName )
Perform ( AnimationState state, AnimationMap map ) : void

메소드 상세

EnterAnimationStepAction() 공개 메소드

public EnterAnimationStepAction ( string stateName )
stateName string

Perform() 공개 메소드

public Perform ( AnimationState state, AnimationMap map ) : void
state AnimationState
map AnimationMap
리턴 void