Свойство | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
LoadNewMap | void | ||
MapEditorXnaPanelDisposed | void | ||
MapEditorXnaPanelMouseDown | void | ||
MapEditorXnaPanelMouseMove | void | ||
MapEditorXnaPanelMouseUp | void | ||
ResetPoints | void |
Méthode | Description | |
---|---|---|
CreateAutotile ( string filename ) : Microsoft.Xna.Framework.Graphics.Texture2D[] |
Creates an internal texture used for blit operations from the autotile graphic.
|
|
MapEditorXnaPanel ( ) : System |
Creates and returns a new instance of a MapEditorXnaPanel.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
Draw ( ) : void |
Performs painting of the control
|
|
Initialize ( ) : void |
Creates the context and prepares for drawing
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadNewMap ( RPG map ) : void | ||
MapEditorXnaPanelDisposed ( object sender, System e ) : void | ||
MapEditorXnaPanelMouseDown ( object sender, System e ) : void | ||
MapEditorXnaPanelMouseMove ( object sender, System e ) : void | ||
MapEditorXnaPanelMouseUp ( object sender, System e ) : void | ||
ResetPoints ( ) : void |
public CreateAutotile ( string filename ) : Microsoft.Xna.Framework.Graphics.Texture2D[] | ||
filename | string | Filename of the autotile graphic |
Résultat | Microsoft.Xna.Framework.Graphics.Texture2D[] |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |