# autoAdvanceDelay

Field in [LinePresenter](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.linepresenter)

## Summary

The amount of time after the line finishes appearing before automatically ending the line, in seconds.

```csharp
public float autoAdvanceDelay = 1f;
```

## Remarks

This value is only used when [autoAdvance](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.linepresenter/yarn.unity.linepresenter.autoadvance) is `true` .
