C# Class NekoKun.RPGMaker.MapInfoFile

Inheritance: AbstractFile
Mostra file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
TilesetFile TilesetFile
maps MapFile>.Dictionary
nodes System.Windows.Forms.TreeNode>.Dictionary

Public Methods

Method Description
CreateEditor ( ) : AbstractEditor
MapInfoFile ( object>.Dictionary node ) : System
ToString ( ) : string

Protected Methods

Method Description
Save ( ) : void

Method Details

CreateEditor() public method

public CreateEditor ( ) : AbstractEditor
return AbstractEditor

MapInfoFile() public method

public MapInfoFile ( object>.Dictionary node ) : System
node object>.Dictionary
return System

Save() protected method

protected Save ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

TilesetFile public_oe property

public TilesetFile,NekoKun.RPGMaker TilesetFile
return TilesetFile

maps public_oe property

public Dictionary maps
return MapFile>.Dictionary

nodes public_oe property

public Dictionary nodes
return System.Windows.Forms.TreeNode>.Dictionary