Namespace Ibralogue.Views
Classes
ButtonChoicePresenter
Default choice presenter that instantiates button prefabs into a container. This is the same behavior previously built into DialogueViewBase, extracted as a standalone component for independent use.
ChoiceButton
Represents a UI choice button that triggers an invokable event when clicked.
DialogueViewBase
PunchDialogueView
TypewriterDialogueView
Interfaces
IChoicePresenter
Provides choice display and cleanup. Implement this interface on any MonoBehaviour to handle choice presentation independently from the dialogue view. Assign it to the engine's Choice Presenter field.