# box

> Scale of the box to emit particles from.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.ParticleSystemModule

> **Warning:**
>
> **Deprecated.** Please use scale instead.
>
> **Upgrade to** [ParticleSystem.ShapeModule.scale](/engine/6000.5/script-reference/unityengine/particlesystem/shapemodule/scale.md)

```csharp
public Vector3 box { get; set; }
```

### Remarks

Additional Resources: [ParticleSystem.ShapeModule.shapeType](/engine/6000.5/script-reference/unityengine/particlesystem/shapemodule/shapetype.md).
