reversed()
Creates an action that reverses the behavior of another action.
Declaration
func reversed() -> SCNActionReturn Value
A new action that reverses the action’s behavior.
Discussion
This method always returns an action object; however, not all actions are reversible. When reversed, some actions return an object that either does nothing or performs the same action as the original action. For details on how an action is reversed, see the description of the class method used to create that action.