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

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

공개 메소드들

메소드 설명
Animate ( ) : void
Reset ( ) : void
SetFrame ( int index ) : void
SetFrame ( int row, int column ) : void
SpriteAnimator ( Material material, int columnCount ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetNextMainSequence ( ) : SpriteAnimationSequence
GetNextSequence ( ) : SpriteAnimationSequence

메소드 상세

Animate() 공개 메소드

public Animate ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetFrame() 공개 메소드

public SetFrame ( int index ) : void
index int
리턴 void

SetFrame() 공개 메소드

public SetFrame ( int row, int column ) : void
row int
column int
리턴 void

SpriteAnimator() 공개 메소드

public SpriteAnimator ( Material material, int columnCount ) : System.Collections.Generic
material UnityEngine.Material
columnCount int
리턴 System.Collections.Generic