Contents

repeat(_:)

A default set of effect options with a preferred repeat count.

Declaration

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

Parameters

  • count:

    The preferred number of times to play the effect, or nil to request the default number of times. 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