FunctionTypes & Utilities@public
serializeParticlePreset
Serialize a validated particle preset with deterministic key ordering.
ts
export declare function serializeParticlePreset(value: ParticlePresetV1, options?: SerializeParticlePresetOptions): stringParameters
| Parameter | Type | Description |
|---|---|---|
value | ParticlePresetV1 | - |
options | SerializeParticlePresetOptions | - |
Returns
string