Settings
This class builds a quick UI for changing basic settings and stores the settings in localStorage. Changing any of these settings requires a reload of the model, or browser
TODO:
- This class was quickly hacked together, should not be built upon
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
settings: * |
|
Method Summary
| Public Methods | ||
| public |
drawLineRenders(value: *) |
|
| public |
drawTileBorders(value: *) |
|
| public |
|
|
| public |
orderIndependentTransparency(value: *) |
|
| public |
processSettings(parent: *, settingsDefinition: *, keyPrefix: *, settings: *) |
|
| public |
|
|
Public Constructors
public constructor() source
Public Members
public settings: * source
Public Methods
public drawLineRenders(value: *) source
Params:
| Name | Type | Attribute | Description |
| value | * |
public drawTileBorders(value: *) source
Params:
| Name | Type | Attribute | Description |
| value | * |
public loadAllTiles() source
public orderIndependentTransparency(value: *) source
Params:
| Name | Type | Attribute | Description |
| value | * |
public processSettings(parent: *, settingsDefinition: *, keyPrefix: *, settings: *) source
Params:
| Name | Type | Attribute | Description |
| parent | * | ||
| settingsDefinition | * | ||
| keyPrefix | * | ||
| settings | * |
