Class DialogueResponse
Inheritance
DialogueResponse
Assembly: LobsterFramework.dll
Syntax
[Serializable]
public class DialogueResponse
Fields
|
Improve this Doc
View Source
onResponseSelected
Declaration
public Action onResponseSelected
Field Value
Properties
|
Improve this Doc
View Source
Dialogue
Declaration
public DialogueObject Dialogue { get; }
Property Value
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; }
Property Value
Methods
|
Improve this Doc
View Source
Respond()
Declaration