C# 클래스 Engine.Objects.TileAnimHandler

Provides an easy method to animate tiles on a map.
파일 보기 프로젝트 열기: Radnen/sphere-sfml 1 사용 예제들

공개 메소드들

메소드 설명
AddTile ( int index, int frames ) : void
Animate ( ) : void
Reset ( ) : void
TileAnimHandler ( FastTextureAtlas atlas ) : System

메소드 상세

AddTile() 공개 메소드

public AddTile ( int index, int frames ) : void
index int
frames int
리턴 void

Animate() 공개 메소드

public Animate ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TileAnimHandler() 공개 메소드

public TileAnimHandler ( FastTextureAtlas atlas ) : System
atlas FastTextureAtlas
리턴 System