C# Class MessageLoadedNewTiles, tf_client

Message sent when new tiles have been downloaded and have finished applying to the terrain
Inheritance: MessageAM
Datei anzeigen Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
region Region,

Public Methods

Method Description
MessageLoadedNewTiles ( Region, region )

Initializes a new instance of the MessageLoadedNewTiles class.

Method Details

MessageLoadedNewTiles() public method

Initializes a new instance of the MessageLoadedNewTiles class.
public MessageLoadedNewTiles ( Region, region )
region Region, /// Terrain-space region of the newly loaded tiles. ///

Property Details

region public_oe property

The terrain-space region of the newly loaded tiles.
public Region, region
return Region,