---
title: init()
framework: realitykit
role: symbol
role_heading: Initializer
path: realitykit/physicsbodycomponent/init()
---

# init()

Creates a physics body component with default settings.

## Declaration

```swift
init()
```

## Discussion

Discussion For the default settings used in a new physics body component, see the discussions of the component’s individual properties.

## See Also

### Creating a physics body component

- [init(massProperties:material:mode:)](realitykit/physicsbodycomponent/init(massproperties:material:mode:).md)
- [init(shapes:density:material:mode:)](realitykit/physicsbodycomponent/init(shapes:density:material:mode:).md)
- [init(shapes:mass:material:mode:)](realitykit/physicsbodycomponent/init(shapes:mass:material:mode:).md)
