Table of Contents

Method Infinite

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

Infinite(int)

Creates an infinite emitter with no particle limit.

public static SKConfettiEmitter Infinite(int particleRate)

Parameters

particleRate int

The number of particles emitted per second.

Returns

SKConfettiEmitter

A new infinite emitter.

Infinite(int, int)

Creates an infinite emitter with a maximum particle limit.

public static SKConfettiEmitter Infinite(int particleRate, int maxParticles)

Parameters

particleRate int

The number of particles emitted per second.

maxParticles int

The maximum total number of particles.

Returns

SKConfettiEmitter

A new infinite emitter with a particle cap.