C# 클래스 AppConfig, tilemap

Summary description for AppConfigHandler
상속: WebServiceHandler
파일 보기 프로젝트 열기: stalexwang/tilemap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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