PixelCrushers.DialogueSystem.SelectedResponseEventArgs Class Reference

When the player selects a response, these event arguments are passed back from the dialogue UI. More...

Inheritance diagram for PixelCrushers.DialogueSystem.SelectedResponseEventArgs:
Collaboration diagram for PixelCrushers.DialogueSystem.SelectedResponseEventArgs:

Public Member Functions

 SelectedResponseEventArgs (Response response)
 Initializes a new ResponseSelectedEventArgs. More...
 

Public Attributes

Response response
 The response that was selected. More...
 

Properties

DialogueEntryDestinationEntry [get]
 The destination dialogue entry that the response links to. More...
 

Detailed Description

When the player selects a response, these event arguments are passed back from the dialogue UI.

The receiver can then follow the destination dialogue entry to move the conversation forward.

Constructor & Destructor Documentation

◆ SelectedResponseEventArgs()

PixelCrushers.DialogueSystem.SelectedResponseEventArgs.SelectedResponseEventArgs ( Response  response)

Initializes a new ResponseSelectedEventArgs.

Parameters
responseThe response.

Member Data Documentation

◆ response

Response PixelCrushers.DialogueSystem.SelectedResponseEventArgs.response

The response that was selected.

Property Documentation

◆ DestinationEntry

DialogueEntry? PixelCrushers.DialogueSystem.SelectedResponseEventArgs.DestinationEntry
get

The destination dialogue entry that the response links to.

The destination dialogue entry.


The documentation for this class was generated from the following file: