SCNActionable
Methods for running actions on nodes.
Declaration
protocol SCNActionable : NSObjectProtocolOverview
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
runAction(_:)runAction(_:completionHandler:)runAction(_:forKey:)runAction(_:forKey:completionHandler:)