C# Class AppConfig, tilemap

Summary description for AppConfigHandler
Inheritance: WebServiceHandler
Afficher le fichier Open project: stalexwang/tilemap Class Usage Examples

Méthodes publiques

Свойство Type Description
LimitTilesCount bool
LoadPotentialTiles bool
MapFileName string
MapSize Vec2,
MaxTilesCount int
PotentialTileColumns int
RefreshIntervalSeconds int
RefreshTiles bool
UserDragSpeed float

Property Details

LimitTilesCount public_oe property

Control the file size of the map storage.
public bool LimitTilesCount
Résultat bool

LoadPotentialTiles public_oe property

Load potentially visible tiles.
public bool LoadPotentialTiles
Résultat bool

MapFileName public_oe property

The name of the map file.
public string MapFileName
Résultat string

MapSize public_oe property

The size of the map.
public Vec2, MapSize
Résultat Vec2,

MaxTilesCount public_oe property

The max number of tiles to save.
public int MaxTilesCount
Résultat int

PotentialTileColumns public_oe property

The columns of potential tiles to load.
public int PotentialTileColumns
Résultat int

RefreshIntervalSeconds public_oe property

The refreshing interval in seconds.
public int RefreshIntervalSeconds
Résultat int

RefreshTiles public_oe property

Enable the refreshing of the tiles.
public bool RefreshTiles
Résultat bool

UserDragSpeed public_oe property

The user drag speed.
public float UserDragSpeed
Résultat float