Contents

run(_:)

Adds an action to the list of actions executed by the node.

Declaration

func run(_ action: SKAction)

Parameters

  • action:

    The action to perform.

Mentioned in

Discussion

The new action is processed the next time the scene’s animation loop is processed.

See Also

Running Actions