Свойство | Type | Description | |
---|---|---|---|
_content | Microsoft.Xna.Framework.Content.ContentManager | ||
_fileName | string | ||
_height | int | ||
_textures | List |
||
_width | int |
Méthode | Description | |
---|---|---|
Add ( string filename, int id, |
|
|
GetSchema ( ) : System.Xml.Schema.XmlSchema |
Useless function required by IXmlSerializable
|
|
Load ( string filename = "bla.xml" ) : void |
|
|
ReadXml ( System reader ) : void |
Load object from XML-file
|
|
Save ( string filename = "bla.xml" ) : void |
|
|
TileSet ( ) : System |
Necessary Constructor for serialization; avoid otherwise (!)
|
|
TileSet ( Microsoft.Xna.Framework.Content.ContentManager content, int width, int height, string fileName = "" ) : System | ||
WriteXml ( System writer ) : void |
Dump object to XML-file
|
|
this ( int i ) : |
|
public Add ( string filename, int id, |
||
filename | string | |
id | int | |
cutOut | ||
cols | int | |
rows | int | |
dir | bool | |
Résultat | void |
public GetSchema ( ) : System.Xml.Schema.XmlSchema | ||
Résultat | System.Xml.Schema.XmlSchema |
public Load ( string filename = "bla.xml" ) : void | ||
filename | string | |
Résultat | void |
public ReadXml ( System reader ) : void | ||
reader | System | Load object from XML-stream |
Résultat | void |
public Save ( string filename = "bla.xml" ) : void | ||
filename | string | |
Résultat | void |
public TileSet ( Microsoft.Xna.Framework.Content.ContentManager content, int width, int height, string fileName = "" ) : System | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
width | int | |
height | int | |
fileName | string | |
Résultat | System |
public WriteXml ( System writer ) : void | ||
writer | System | Write object to XML-stream |
Résultat | void |
protected ContentManager,Microsoft.Xna.Framework.Content _content | ||
Résultat | Microsoft.Xna.Framework.Content.ContentManager |