Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Type Alias ParticleAuthoringPreviewSystemFactory

    ParticleAuthoringPreviewSystemFactory: (
        definition: ParticleSystemDefinition,
        seed: number,
        compilationEnvironment?: Readonly<ParticleCompilationEnvironment>,
    ) => ParticleSystem

    Factory used when a preview host needs custom ParticleSystem construction/attachment.

    Type Declaration