# Sandbox.Scene.Get

```csharp
T Get()
```

Gets the first object found of this type. This could be a component or a GameObjectSystem, or other stuff in the future.

### Returns

`T`

Declared in [Sandbox.Scene](/api/Sandbox.Scene).
Assembly: `Sandbox.Engine`.
