ClassTypes & Utilities@public
ParticlePresetValidationError
Error thrown when a particle preset cannot be parsed.
ts
export declare class ParticlePresetValidationError extends ErrorConstructors
ts
constructor(issues: ValidationIssue[])Constructs a new instance of the ParticlePresetValidationError class
| Parameter | Type | Description |
|---|---|---|
issues | ValidationIssue[] | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
issues | readonly | ValidationIssue[] | - |