repeat(_:)
Creates a set of effect options with a preferred repeat count.
Declaration
func `repeat`(_ count: Int?) -> SymbolEffectOptionsParameters
- count:
The preferred number of times to play the effect, or
nilto 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.