# Sandbox.Utility.Easing.GetFunction

```csharp
static Function GetFunction(string name)
```

Get an easing function by name (ie, "ease-in", "cubic-bezier(0.1, 0.7, 1, 0.1)" or "steps(4, end)").
If the function doesn't exist we return QuadraticInOut

### Parameters

- `name` (`string`)

### Returns

`Function`

Declared in [Sandbox.Utility.Easing](/api/Sandbox.Utility.Easing).
Assembly: `Sandbox.System`.
