C# 클래스 Artemis.Engine.Graphics.AnimationState

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

공개 메소드들

메소드 설명
AnimationState ( string name, List stepActions, AnimationStateLoopType loopType ) : System
Update ( AnimationMap map ) : void

비공개 메소드들

메소드 설명
CheckForLoop ( ) : void
JumpTo ( int position ) : void
LoopInDirection ( int terminalStepAction, int nextStepAction_Cycle, int nextStepAction_Reverse ) : void
Reverse ( ) : void

메소드 상세

AnimationState() 공개 메소드

public AnimationState ( string name, List stepActions, AnimationStateLoopType loopType ) : System
name string
stepActions List
loopType AnimationStateLoopType
리턴 System

Update() 공개 메소드

public Update ( AnimationMap map ) : void
map AnimationMap
리턴 void