C# 클래스 TileView, tilemap

상속: MonoBehaviour, IObserver
파일 보기 프로젝트 열기: stalexwang/tilemap 1 사용 예제들

공개 메소드들

메소드 설명
GetPrefabCount ( ) : int
GetTile ( ) : ITile
Notify ( ) : void
SetTile ( ITile tile ) : void

비공개 메소드들

메소드 설명
UpdateTileObject ( ) : void

메소드 상세

GetPrefabCount() 공개 메소드

public GetPrefabCount ( ) : int
리턴 int

GetTile() 공개 메소드

public GetTile ( ) : ITile
리턴 ITile

Notify() 공개 메소드

public Notify ( ) : void
리턴 void

SetTile() 공개 메소드

public SetTile ( ITile tile ) : void
tile ITile
리턴 void