C# Класс AppConfig, tilemap

Summary description for AppConfigHandler
Наследование: WebServiceHandler
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LimitTilesCount bool
LoadPotentialTiles bool
MapFileName string
MapSize Vec2,
MaxTilesCount int
PotentialTileColumns int
RefreshIntervalSeconds int
RefreshTiles bool
UserDragSpeed float

Описание свойств

LimitTilesCount публичное свойство

Control the file size of the map storage.
public bool LimitTilesCount
Результат bool

LoadPotentialTiles публичное свойство

Load potentially visible tiles.
public bool LoadPotentialTiles
Результат bool

MapFileName публичное свойство

The name of the map file.
public string MapFileName
Результат string

MapSize публичное свойство

The size of the map.
public Vec2, MapSize
Результат Vec2,

MaxTilesCount публичное свойство

The max number of tiles to save.
public int MaxTilesCount
Результат int

PotentialTileColumns публичное свойство

The columns of potential tiles to load.
public int PotentialTileColumns
Результат int

RefreshIntervalSeconds публичное свойство

The refreshing interval in seconds.
public int RefreshIntervalSeconds
Результат int

RefreshTiles публичное свойство

Enable the refreshing of the tiles.
public bool RefreshTiles
Результат bool

UserDragSpeed публичное свойство

The user drag speed.
public float UserDragSpeed
Результат float