clik-engine API
GitHub
Preparing search index...
ParticlePresets
Variable ParticlePresets
Const
ParticlePresets
:
{
explosion
(
textureKey
:
string
)
:
ParticlePresetConfig
;
rain
(
textureKey
:
string
)
:
ParticlePresetConfig
;
sparkle
(
textureKey
:
string
)
:
ParticlePresetConfig
;
trail
(
textureKey
:
string
)
:
ParticlePresetConfig
;
}
= ...
Pre-built particle effect configs
Type Declaration
explosion
:
function
explosion
(
textureKey
:
string
)
:
ParticlePresetConfig
Parameters
textureKey
:
string
Returns
ParticlePresetConfig
rain
:
function
rain
(
textureKey
:
string
)
:
ParticlePresetConfig
Parameters
textureKey
:
string
Returns
ParticlePresetConfig
sparkle
:
function
sparkle
(
textureKey
:
string
)
:
ParticlePresetConfig
Parameters
textureKey
:
string
Returns
ParticlePresetConfig
trail
:
function
trail
(
textureKey
:
string
)
:
ParticlePresetConfig
Parameters
textureKey
:
string
Returns
ParticlePresetConfig
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
clik-engine API
Loading...
Pre-built particle effect configs