Search Results for

    Show / Hide Table of Contents

    Class DialogueResponse

    Inheritance
    object
    DialogueResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LobsterFramework
    Assembly: LobsterFramework.dll
    Syntax
    [Serializable]
    public class DialogueResponse

    Fields

    | Improve this Doc View Source

    onResponseSelected

    Declaration
    public Action onResponseSelected
    Field Value
    Type Description
    Action

    Properties

    | Improve this Doc View Source

    Dialogue

    Declaration
    public DialogueObject Dialogue { get; }
    Property Value
    Type Description
    DialogueObject
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string

    Methods

    | Improve this Doc View Source

    Respond()

    Declaration
    public void Respond()
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation