Caching
This page was last updated for version v1.2.0
Description
For better optimization, we added an option that calculates and caches all mathematical equations when the effect is loaded.
The best use case for "caching" is when all mathematical equations always yield the same value. For example, if your mathematical equation does not have dynamic variables such as random variables or a player's position, you can enable this feature.
You'll get a warning message on console if your effect has nothing to cache.
Example
Last updated