# Sandbox.Volumes.VolumeSystem

A base GameObjectSystem for handling of IVolume components. You can use this to find volume components
by position.

- Kind: class
- Namespace: `Sandbox.Volumes`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.GameObjectSystem<T>](/api/Sandbox.GameObjectSystem<T>)
- Modifiers: sealed

## Constructors

- [`VolumeSystem`](/api/Sandbox.Volumes.VolumeSystem/.ctor)

## Methods

- [`FindAll`](/api/Sandbox.Volumes.VolumeSystem/FindAll): Find all volumes of this type, at this point
- [`FindSingle`](/api/Sandbox.Volumes.VolumeSystem/FindSingle): Find a volume of this type, at this point. Will return null if none.
