C# 클래스 Assets.Scripts.Animation.SpriteAnimation.SpriteAnimationSequence

파일 보기 프로젝트 열기: maximecharron/GLO-3002-Frima 1 사용 예제들

공개 메소드들

메소드 설명
NextFrame ( ) : int
Reset ( ) : void
SpriteAnimationSequence ( List frames, int framesPerSecond, int repeat_count = REPEAT_INFINITE ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

NextFrame() 공개 메소드

public NextFrame ( ) : int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SpriteAnimationSequence() 공개 메소드

public SpriteAnimationSequence ( List frames, int framesPerSecond, int repeat_count = REPEAT_INFINITE ) : System.Collections.Generic
frames List
framesPerSecond int
repeat_count int
리턴 System.Collections.Generic