# angle

> Angle of the cone to emit particles from.

## Definition

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

```csharp
public float angle { get; set; }
```

### Remarks

Note that you should specify the value in degrees. Additional Resources: [ParticleSystem.ShapeModule.shapeType](/engine/6000.0/script-reference/unityengine/particlesystem/shapemodule/shapetype.md).
