
Used to define the parameters for tile shaders.
Prototype limited to 32 total instances.
| type | :: "tile-effect" | |
| name | :: string | Name of the tile-effect. |
Name of the tile-effect. | ||
| shader | :: "water" or "space" or "puddle" | |
| water optional | :: WaterTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
space optional | :: SpaceTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
puddle optional | :: PuddleTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
| name | :: string | Name of the tile-effect. |
Name of the tile-effect. | ||
| shader | :: "water" or "space" or "puddle" | |
| type | :: "tile-effect" | |
puddle optional | :: PuddleTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
space optional | :: SpaceTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
| water optional | :: WaterTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||

Name of the tile-effect.

Only loaded, and mandatory if shader is "water".


Only loaded, and mandatory if shader is "space".


Only loaded, and mandatory if shader is "puddle".

Prototypes
Types
Defines