---
title: allBehaviors
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnphysicsworld/allbehaviors
---

# allBehaviors

The list of behaviors affecting bodies in the physics world.

## Declaration

```swift
var allBehaviors: [SCNPhysicsBehavior] { get }
```

## See Also

### Registering Physics Behaviors

- [addBehavior(_:)](scenekit/scnphysicsworld/addbehavior(_:).md)
- [removeBehavior(_:)](scenekit/scnphysicsworld/removebehavior(_:).md)
- [removeAllBehaviors()](scenekit/scnphysicsworld/removeallbehaviors().md)
