Module loading Experimental features Module loading callbacks Module loading Base.require is responsible for loading modules and it also manages the precompilation cache. It...
Renderer Particle Renderer Renderer The renderer module is used to generate the data needed for particle rendering. Property Description RenderMode Set a particle patch gen...
Main Module (Particle System) Particle System Asset Culling Particle Culling Main Module (Particle System) The particle system main module is used to store all data displayed ...
Module loading Experimental features Module loading callbacks Module loading Base.require is responsible for loading modules and it also manages the precompilation cache. It...
For example, when you want to work with JavaScript code which looks like: const Greeter = require ( "super-greeter" ); const greeter = new Greeter (); greeter . gr...
Module metadata Concepts Example Module metadata Concepts import.meta can provide information on the context of the module. The boolean import.meta.main will let you know ...
Module metadata Concepts Example Module metadata Concepts import.meta can provide information on the context of the module. The boolean import.meta.main will let you know ...
Trail Module Trail Module Property Role mode Particle forms a trailing effect on each particle’s trajectory. LifeTime The life cycle of trail. MinParticleDistance The shor...
Velocity Overtime Module Velocity Overtime Module Property Description space In which coordinate system the speed is calculated. x,y,z Different calculation modes can be us...