# PhysicsSceneExtensions2D

> Scene extensions to access the underlying physics scene.

## Definition

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

```csharp
public static class PhysicsSceneExtensions2D
```

## Static Methods

| Method                                                                                                         | Description                                                           |
| -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [GetPhysicsScene2D](/engine/6000.0/script-reference/unityengine/physicssceneextensions2d/getphysicsscene2d.md) | An extension method that returns the 2D physics Scene from the Scene. |
