# Editor.Asset.GetInputDependencies

```csharp
List<string> GetInputDependencies()
```

Gets input dependencies for an asset. This'll be tga's for a texture and stuff like that.

### Returns

`List<string>`

Declared in [Editor.Asset](/api/Editor.Asset).
Assembly: `Sandbox.Tools`.
