Contents

SKAction

An object that is run by a node to change its structure or content.

Declaration

class SKAction

Mentioned in

Overview

SKAction is an animation that is executed by a node in the scene. Actions are used to change a node in some way (like move its position over time), but you can also use actions to change the scene, like doing a fadeout. When the scene processes its nodes, the actions associated with those nodes are processed.

Topics

First Steps

Controlling Action Timing

Using Action Names

Observing Live Changes

Initializers

Default Implementations

See Also

Animation