# Sandbox.ParticleSphereEmitter

Emits particles within a sphere shape.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.ParticleEmitter](/api/Sandbox.ParticleEmitter)
- Modifiers: sealed

## Constructors

- [`ParticleSphereEmitter`](/api/Sandbox.ParticleSphereEmitter/.ctor)

## Properties

- [`DistanceBias`](/api/Sandbox.ParticleSphereEmitter/DistanceBias): Scales the random spawn direction per axis. (1,1,1) spawns in the full sphere, (0,0,1) restricts spawning to a line along Z, (0,0,0) spawns at the center only.
- [`OnEdge`](/api/Sandbox.ParticleSphereEmitter/OnEdge)
- [`OneSidedAxes`](/api/Sandbox.ParticleSphereEmitter/OneSidedAxes): Axes restricted to one side of the sphere. Restrict Z for a dome, two axes for a quarter sphere. Flip the side with a negative [Sandbox.ParticleSphereEmitter.DistanceBias](/api/Sandbox.ParticleSphereEmitter/DistanceBias) on that axis.
- [`Radius`](/api/Sandbox.ParticleSphereEmitter/Radius)
- [`Velocity`](/api/Sandbox.ParticleSphereEmitter/Velocity)

## Methods

- [`Emit`](/api/Sandbox.ParticleSphereEmitter/Emit)
