# PhysicsSceneExtensions

> Scene extensions to access the underlying physics scene.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
public static class PhysicsSceneExtensions
```

## Static Methods

| Method                                                                                                   | Description                                                           |
| -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [GetPhysicsScene](/engine/6000.7/script-reference/unityengine/physicssceneextensions/getphysicsscene.md) | An extension method that returns the 3D physics Scene from the Scene. |
