# Sandbox.SceneTrace.WithAnyTags

## Overload 1

```csharp
SceneTrace WithAnyTags(string[] tags)
```

Only return entities with any of these tags

### Parameters

- `tags` (`string[]`)

### Returns

`SceneTrace`

## Overload 2

```csharp
SceneTrace WithAnyTags(ITagSet tags)
```

Only return entities with any of these tags

### Parameters

- `tags` (`ITagSet`)

### Returns

`SceneTrace`

Declared in [Sandbox.SceneTrace](/api/Sandbox.SceneTrace).
Assembly: `Sandbox.Engine`.
