C# 클래스 AnimatedTextureExtendedUV, astrochimps

상속: MonoBehaviour
파일 보기 프로젝트 열기: arcoelho01/astrochimps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
colCount int
colNumber int
fps int
playSprite bool
rowCount int
rowNumber int
totalCells int

공개 메소드들

메소드 설명
SetSpriteAnimation ( int colCount, int rowCount, int rowNumber, int colNumber, int totalCells, int fps ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

SetSpriteAnimation() 공개 메소드

public SetSpriteAnimation ( int colCount, int rowCount, int rowNumber, int colNumber, int totalCells, int fps ) : void
colCount int
rowCount int
rowNumber int
colNumber int
totalCells int
fps int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

colCount 공개적으로 프로퍼티

public int colCount
리턴 int

colNumber 공개적으로 프로퍼티

public int colNumber
리턴 int

fps 공개적으로 프로퍼티

public int fps
리턴 int

playSprite 공개적으로 프로퍼티

public bool playSprite
리턴 bool

rowCount 공개적으로 프로퍼티

public int rowCount
리턴 int

rowNumber 공개적으로 프로퍼티

public int rowNumber
리턴 int

totalCells 공개적으로 프로퍼티

public int totalCells
리턴 int