# Sandbox.Texture.Find

```csharp
static Texture Find(string filepath)
```

Try to get an already loaded texture.

### Parameters

- `filepath` (`string`): The filename of the texture.

### Returns

`Texture`: The already loaded texture, or null if it was not yet loaded.

Declared in [Sandbox.Texture](/api/Sandbox.Texture).
Assembly: `Sandbox.Engine`.
