Contents

repeat(_:)

Creates a set of effect options with a preferred repeat count.

Declaration

func `repeat`(_ count: Int?) -> SymbolEffectOptions

Parameters

  • count:

    The preferred number of times to play the effect, or nil to request the default number of repeats. The function may clamp very large or small values.

Return Value

A new set of effect options with the preferred repeat count.

See Also

Configuring repeating effects