> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.5/api/csharp/yarn.unity/yarn.unity.dialogueadvanceinput/yarn.unity.dialogueadvanceinput.continuebuttonactiontype.md).

# ContinueButtonActionType

Enum in [DialogueAdvanceInput](/2.5/api/csharp/yarn.unity/yarn.unity.dialogueadvanceinput.md)

Inherits from `System.Enum`

## Summary

The button/keycode action type, should the button be fired on release or press?

```csharp
public enum ContinueButtonActionType
{
    Up,
    Down
}
```

## Members

| Name                                                                                                                                                                                         | Description                     |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| [Down](/2.5/api/csharp/yarn.unity/yarn.unity.dialogueadvanceinput/yarn.unity.dialogueadvanceinput.continuebuttonactiontype/yarn.unity.dialogueadvanceinput.continuebuttonactiontype.down.md) | Action will fire on key pressed |
| [Up](/2.5/api/csharp/yarn.unity/yarn.unity.dialogueadvanceinput/yarn.unity.dialogueadvanceinput.continuebuttonactiontype/yarn.unity.dialogueadvanceinput.continuebuttonactiontype.up.md)     | Action will fire on key release |
