# Sandbox.ComponentList.Create

## Overload 1

```csharp
Component Create(TypeDescription type, bool startEnabled = True)
```

Add a component of this type

### Parameters

- `type` (`TypeDescription`)
- `startEnabled` (`bool`), default `True`

### Returns

`Component`

## Overload 2

```csharp
T Create(bool startEnabled = True)
```

Add a component of this type

### Parameters

- `startEnabled` (`bool`), default `True`

### Returns

`T`

Declared in [Sandbox.ComponentList](/api/Sandbox.ComponentList).
Assembly: `Sandbox.Engine`.
