C# 클래스 NekoKun.RPGMaker.MapInfoFile

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

공개 프로퍼티들

프로퍼티 타입 설명
TilesetFile TilesetFile
maps MapFile>.Dictionary
nodes System.Windows.Forms.TreeNode>.Dictionary

공개 메소드들

메소드 설명
CreateEditor ( ) : AbstractEditor
MapInfoFile ( object>.Dictionary node ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
Save ( ) : void

메소드 상세

CreateEditor() 공개 메소드

public CreateEditor ( ) : AbstractEditor
리턴 AbstractEditor

MapInfoFile() 공개 메소드

public MapInfoFile ( object>.Dictionary node ) : System
node object>.Dictionary
리턴 System

Save() 보호된 메소드

protected Save ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

TilesetFile 공개적으로 프로퍼티

public TilesetFile,NekoKun.RPGMaker TilesetFile
리턴 TilesetFile

maps 공개적으로 프로퍼티

public Dictionary maps
리턴 MapFile>.Dictionary

nodes 공개적으로 프로퍼티

public Dictionary nodes
리턴 System.Windows.Forms.TreeNode>.Dictionary