C# Class NekoKun.RPGMaker.MapEditor

Inheritance: AbstractEditor, IToolboxProvider
Afficher le fichier Open project: NekoProject/NekoKun

Méthodes publiques

Свойство Type Description
LayerID int
TileID short

Méthodes publiques

Méthode Description
MapEditor ( MapFile file ) : System
MapEditor_KeyDown ( object sender, System e ) : void
MouseDrawCell ( int x, int y ) : void
MousePickCell ( int x, int y ) : void
SetSelectedTile ( short id ) : void
laybtn_Click ( object sender, EventArgs e ) : void
mapPanel_MouseDown ( object sender, System e ) : void
mapPanel_MouseMove ( object sender, System e ) : void
tilePanel_TileSelected ( object sender, TilePanel e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MapEditor() public méthode

public MapEditor ( MapFile file ) : System
file MapFile
Résultat System

MapEditor_KeyDown() public méthode

public MapEditor_KeyDown ( object sender, System e ) : void
sender object
e System
Résultat void

MouseDrawCell() public méthode

public MouseDrawCell ( int x, int y ) : void
x int
y int
Résultat void

MousePickCell() public méthode

public MousePickCell ( int x, int y ) : void
x int
y int
Résultat void

SetSelectedTile() public méthode

public SetSelectedTile ( short id ) : void
id short
Résultat void

laybtn_Click() public méthode

public laybtn_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

mapPanel_MouseDown() public méthode

public mapPanel_MouseDown ( object sender, System e ) : void
sender object
e System
Résultat void

mapPanel_MouseMove() public méthode

public mapPanel_MouseMove ( object sender, System e ) : void
sender object
e System
Résultat void

tilePanel_TileSelected() public méthode

public tilePanel_TileSelected ( object sender, TilePanel e ) : void
sender object
e TilePanel
Résultat void

Property Details

LayerID public_oe property

public int LayerID
Résultat int

TileID public_oe property

public short TileID
Résultat short