All pages
Powered by GitBook
1 of 5

Loading...

Loading...

Loading...

Loading...

Loading...

LegacyInputAxes

Enumeration Member in

The line advancer responds to input from the legacy .

LegacyInputAxes

Summary

InputMode
Input Manager

KeyCodes

Enumeration Member in

The line advancer responds to keypresses on the keyboard.

KeyCodes

Summary

InputMode

None

Enumeration Member in

The line advancer does not respond to any input.

When a line advancer's Yarn.Unity.LineAdvancer.UsedInputMode is set to , call the , and methods directly from your code to control line advancement.

None

Summary

Remarks

InputMode
None
RequestLineHurryUp()
RequestNextLine()
RequestDialogueCancellation()

InputActions

Enumeration Member in

The line advancer responds to Input Actions from the .

InputActions

Summary

InputMode
Unity Input System

InputMode

Enum in LineAdvancer

Inherits from System.Enum

Summary

The type of input that this line advancer responds to.

public enum InputMode
{
    InputActions,
    KeyCodes,
    None,
    LegacyInputAxes
}

Members

Name
Description

The line advancer responds to Input Actions from the .

The line advancer responds to keypresses on the keyboard.

The line advancer responds to input from the legacy .

The line advancer does not respond to any input.

InputActions
Unity Input System
KeyCodes
LegacyInputAxes
Input Manager
None