# LayerMixin.sendToBack
Moves this layer to the bottom of the render stack.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## LayerMixin.sendToBack() method

Moves this layer to the bottom of the render stack so it renders behind every other layer in the scene.

**Signature:**

```typescript
sendToBack(): void;
```

**Returns:** void

## Example

```ts
layer.sendToBack();
```
