Contents

SCNActionable

Methods for running actions on nodes.

Declaration

protocol SCNActionable : NSObjectProtocol

Overview

SCNAction objects represent reusable, animated actions that can be performed on nodes, such as moving or rotating them. You use an SCNAction class method to create an action and then use methods in the SCNActionable protocol to run the action on a node. This protocol also defines methods for checking whether a node has any currently running actions and, if so, canceling them.

Topics

Running Actions

Inspecting a Node’s Running Actions

Canceling a Node’s Running Actions

See Also

Actions