Свойство | Type | Description | |
---|---|---|---|
_parent | object |
Méthode | Description | |
---|---|---|
HandleEvent ( bool DownStream, Events eventID ) : void |
|
|
Save ( |
Abstract method to save a tile in a XML file
|
|
Tile ( object parent ) : System |
An empty constructor (setting default values)
|
|
Update ( |
Abstract update method.
|
public HandleEvent ( bool DownStream, Events eventID ) : void | ||
DownStream | bool | |
eventID | Events | |
Résultat | void |
public Save ( |
||
xmlw | the XmlWriter used for saving the file | |
Résultat | void |
public Tile ( object parent ) : System | ||
parent | object | The parent for a tile. |
Résultat | System |
public Update ( |
||
gameTime | ||
Résultat | void |