Constructor
(protected) new SG2DTransitions()
Конструктор выполняется автоматически движком SG2D при подключении плагина
- Copyright:
- Kalashnikov Ilya
- License:
- SG2DTransitions may be freely distributed under the MIT license
- Source:
- See:
Methods
(protected, static) createMask()
Генерация графических масок
- Source:
(protected, static) genTransitions(tileMain, texture_name) → {PIXI.Texture}
Генератор переходных спрайтов
Parameters:
Name | Type | Description |
---|---|---|
tileMain |
SG2D.Tile | |
texture_name |
string |
- Source:
Returns:
- Type
- PIXI.Texture
(static) run(area)
Просканировать карту и создать переходные тайлы
Parameters:
Name | Type | Description |
---|---|---|
area |
SG2D.Clusters |
- Source: