Skip to main content

plugin-renderer-particles.particles.init

Home > @eva/plugin-renderer-particles > Particles > init

Particles.init() method

Signature:
init({ resource, type, colorStep }: {
resource: any;
type: any;
colorStep: any;
}): void;

Parameters

ParameterTypeDescription
{ resource, type, colorStep }{ resource: any; type: any; colorStep: any; }
Returns:

void