C# Class AppConfig, tilemap

Summary description for AppConfigHandler
Inheritance: WebServiceHandler
Show file Open project: stalexwang/tilemap Class Usage Examples

Public Properties

Property Type Description
LimitTilesCount bool
LoadPotentialTiles bool
MapFileName string
MapSize Vec2,
MaxTilesCount int
PotentialTileColumns int
RefreshIntervalSeconds int
RefreshTiles bool
UserDragSpeed float

Property Details

LimitTilesCount public property

Control the file size of the map storage.
public bool LimitTilesCount
return bool

LoadPotentialTiles public property

Load potentially visible tiles.
public bool LoadPotentialTiles
return bool

MapFileName public property

The name of the map file.
public string MapFileName
return string

MapSize public property

The size of the map.
public Vec2, MapSize
return Vec2,

MaxTilesCount public property

The max number of tiles to save.
public int MaxTilesCount
return int

PotentialTileColumns public property

The columns of potential tiles to load.
public int PotentialTileColumns
return int

RefreshIntervalSeconds public property

The refreshing interval in seconds.
public int RefreshIntervalSeconds
return int

RefreshTiles public property

Enable the refreshing of the tiles.
public bool RefreshTiles
return bool

UserDragSpeed public property

The user drag speed.
public float UserDragSpeed
return float