C# 클래스 NekoKun.RPGMaker.TilesetInfo

상속: IDisposable
파일 보기 프로젝트 열기: NekoProject/NekoKun 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TileSize System.Drawing.Size

보호된 프로퍼티들

프로퍼티 타입 설명
images List
imagesBounds List
tiles System.Drawing.Image>.Dictionary

공개 메소드들

메소드 설명
Dispose ( ) : void
TilesetInfo ( List images ) : System
this ( int id ) : System.Drawing.Image

보호된 메소드들

메소드 설명
BuildTilePanelData ( ) : List

메소드 상세

BuildTilePanelData() 보호된 추상적인 메소드

protected abstract BuildTilePanelData ( ) : List
리턴 List

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TilesetInfo() 공개 메소드

public TilesetInfo ( List images ) : System
images List
리턴 System

this() 공개 추상적인 메소드

public abstract this ( int id ) : System.Drawing.Image
id int
리턴 System.Drawing.Image

프로퍼티 상세

TileSize 공개적으로 프로퍼티

public System.Drawing.Size TileSize
리턴 System.Drawing.Size

images 보호되어 있는 프로퍼티

protected List images
리턴 List

imagesBounds 보호되어 있는 프로퍼티

protected List imagesBounds
리턴 List

tiles 보호되어 있는 프로퍼티

protected Dictionary tiles
리턴 System.Drawing.Image>.Dictionary