---
title: reversed()
framework: scenekit
role: symbol
role_heading: Instance Method
path: scenekit/scnaction/reversed()
---

# reversed()

Creates an action that reverses the behavior of another action.

## Declaration

```swift
func reversed() -> SCNAction
```

## Return Value

Return Value A new action that reverses the action’s behavior.

## Discussion

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.
