Search Results for

    Show / Hide Table of Contents

    Class DialogueParser

    Inheritance
    Object
    DialogueParser
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Ibralogue
    Assembly: cs.temp.dll.dll
    Syntax
    public static class DialogueParser

    Methods

    ParseDialogue(DialogueAsset)

    Returns an array of conversations and associates n with each element in the dialogue array e.g: (Speaker Name, Sentence, Image etc.) as well as additional metadata.

    Declaration
    public static List<Conversation> ParseDialogue(DialogueAsset dialogueAsset)
    Parameters
    Type Name Description
    DialogueAsset dialogueAsset
    Returns
    Type Description
    List<Conversation>
    In This Article
    Back to top Ibralogue Docs