Show / Hide Table of Contents

    Interface ISpeechLine

    Represents a line of speech (text and sound).

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ISpeechLine

    Properties

    | Improve this Doc View Source

    AudioClip

    Gets the audio clip to be played (or null if there's no speech file for this line).

    Declaration
    IAudioClip AudioClip { get; }
    Property Value
    Type Description
    IAudioClip

    The audio clip.

    | Improve this Doc View Source

    Text

    Gets the text to be rendered on screen for this line.

    Declaration
    string Text { get; }
    Property Value
    Type Description
    System.String

    The text.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX