# Sandbox.ResourceSystem

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`

## Constructors

- [`ResourceSystem`](/api/Sandbox.ResourceSystem/.ctor)

## Methods

- [`Get`](/api/Sandbox.ResourceSystem/Get): Get a cached resource by its hash.
- [`GetAll`](/api/Sandbox.ResourceSystem/GetAll): Get all cached resources of given type.
- [`TryGet`](/api/Sandbox.ResourceSystem/TryGet): Try to get a cached resource by its file path.
