# Sandbox.ClothingContainer.ApplyAsync

```csharp
System.Threading.Tasks.Task ApplyAsync(SkinnedModelRenderer body, System.Threading.CancellationToken token)
```

Dresses a skinned model with an outfit. Will apply all the clothes it can immediately, then download any missing clothing.

### Parameters

- `body` (`SkinnedModelRenderer`)
- `token` (`System.Threading.CancellationToken`)

### Returns

`System.Threading.Tasks.Task`

Declared in [Sandbox.ClothingContainer](/api/Sandbox.ClothingContainer).
Assembly: `Sandbox.Engine`.
