Свойство | Тип | Описание | |
---|---|---|---|
_coords | Backend.Coords | ||
_overlay | List |
Метод | Описание | |
---|---|---|
Add ( |
Fügt den angegebenen Tile zu dem overlay hinzu.
|
|
Dispose ( ) : void |
Aufräumen nachdem die Objekte verworfen werden können.
|
|
FloorTile ( object parent ) : System |
Einfacher Konstruktor.
|
|
FloorTile ( object parent, Backend coords = null, bool canEnter = true ) : System |
Dieser Konstruktor fürgt dem overlay ein WallTile hinzu, falls die Stelle als unpassierbar markiert ist
|
|
Remove ( |
Löscht den angegebenen Tile aus dem overlay.
|
|
Remove ( TileType type ) : void |
Lösche alle Tiles des angegebenen Types aus dem overlay
|
|
Save ( |
Method to save the FloorTile and every tile in it's overlay in a XML-file
|
|
Update ( |
Update der interaktiven Tiles.
|
public Add ( |
||
tile | Das Tile das hinzugefügt wird. | |
update | bool | |
Результат | void |
public FloorTile ( object parent ) : System | ||
parent | object | Elternobjekt. |
Результат | System |
public FloorTile ( object parent, Backend coords = null, bool canEnter = true ) : System | ||
parent | object | Elternobjekt. |
coords | Backend | Koordinaten. |
canEnter | bool | Passierbarkeit. |
Результат | System |
public Remove ( TileType type ) : void | ||
type | TileType | Der Typ der Tiles die gelöscht werden sollen. |
Результат | void |
public Save ( |
||
xmlw | XMLwriter | |
Результат | void |
public Update ( |
||
gameTime | Hilfsobjekt. | |
Результат | void |