# Sandbox.MorphCollection.Get

## Overload 1

```csharp
float Get(int i)
```

Get indexed morph value (Note: Currently, this only gets the override morph value)

### Parameters

- `i` (`int`)

### Returns

`float`

## Overload 2

```csharp
float Get(string name)
```

Get named morph value (Note: Currently, this only gets the override morph value)

### Parameters

- `name` (`string`)

### Returns

`float`

Declared in [Sandbox.MorphCollection](/api/Sandbox.MorphCollection).
Assembly: `Sandbox.Engine`.
