skia
    Preparing search index...

    Interface DebugTrace

    See RuntimeEffect.h for more details.

    interface DebugTrace {
        _type: "DebugTrace";
        delete(): void;
        deleteLater(): void;
        isAliasOf(other: any): boolean;
        isDeleted(): boolean;
        writeTrace(): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _type: "DebugTrace"

    Methods