store(in:)
Adds the animation to an entity without playing it.
Declaration
@MainActor @preconcurrency func store(in: Entity)Parameters
- in:
The entity to which to attach the animation.
Adds the animation to an entity without playing it.
@MainActor @preconcurrency func store(in: Entity)The entity to which to attach the animation.