# Sandbox.PhysicsWorld.Group

```csharp
PhysicsGroup Group { get; set; }
```

The physics group of this physics world. A physics world will contain only 1 body.

Declared in [Sandbox.PhysicsWorld](/api/Sandbox.PhysicsWorld).
Assembly: `Sandbox.Engine`.
