Method | Description | |
---|---|---|
Add ( string filename, WallDir direction, |
Add a new wall
|
|
Load ( string filename = "bla.xml" ) : void |
Load (cannot use serializer at this level!)
|
|
ReadXml ( System reader ) : void |
Load object from XML-file
|
|
Save ( string filename = "bla.xml" ) : void |
Save (merely a shortcut to the serializer
|
|
WallTiles ( ) : System | ||
WallTiles ( Microsoft.Xna.Framework.Content.ContentManager content, int width, int height, string fileName = "" ) : System | ||
WriteXml ( System writer ) : void |
Dump object to XML-file
|
public Add ( string filename, WallDir direction, |
||
filename | string | |
direction | WallDir | |
cutOut | ||
offset | Backend | |
crop | Backend | |
subtype | Backend | |
return | void |
public ReadXml ( System reader ) : void | ||
reader | System | Load object from XML-stream |
return | void |
public WallTiles ( 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 | |
return | System |
public WriteXml ( System writer ) : void | ||
writer | System | Write object to XML-stream |
return | void |