Contents

isPaused

A Boolean value that determines whether actions on the node and its descendants are processed.

Declaration

var isPaused: Bool { get set }

Discussion

If the value is true, the node (and all of its descendants) are skipped when a scene processes actions.

See Also

Running Actions