Contents

stopAllAnimations(recursive:)

Stops all playing of animations on this entity.

Declaration

@MainActor @preconcurrency func stopAllAnimations(recursive: Bool = true)

Parameters

  • recursive:

    Indicates whether to also stop animations on all descendants of the entity.

See Also

Animating an entity