# LayerMixin.bringToFront
Moves this layer to the top of the render stack.

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

## LayerMixin.bringToFront() method

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

**Signature:**

```typescript
bringToFront(): void;
```

**Returns:** void

## Example

```ts
layer.bringToFront();
```
