Script API - v1.20.0
    Preparing search index...

    Interface TitleDisplayOptionsBeta

    Contains additional options for displaying a title and optional subtitle.

    interface TitleDisplayOptions {
        fadeInSeconds: number;
        fadeOutSeconds: number;
        staySeconds: number;
        subtitle?: string;
    }
    Index

    Properties

    fadeInSeconds: number
    fadeOutSeconds: number
    staySeconds: number
    subtitle?: string

    Optional subtitle text.