Property | Type | Description | |
---|---|---|---|
_parent | object |
Method | 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 | |
return | void |
public Save ( |
||
xmlw | the XmlWriter used for saving the file | |
return | void |
public Tile ( object parent ) : System | ||
parent | object | The parent for a tile. |
return | System |
public Update ( |
||
gameTime | ||
return | void |