Search code examples
sprite-kitskaction

Is an SKAction automatically removed after it completed?


This is regarding Actions in SpriteKit. Is an SKAction automatically removed after it completed?


Solution

  • If theres no references left for it, then yes. If you're doing one time actions they will get removed automatically.