@minecraft
    正在准备搜索索引...

    接口 IPlayerLoggerProperties

    Player Logger Properties.

    interface IPlayerLoggerProperties {
        alert?: boolean;
        channelMask?: LogChannel;
        subMessage?: LocalizedString;
    }
    索引

    属性

    alert?: boolean

    Overrides whether this message raises the Editor error state, which flashes the viewport and opens the log panel. When left unset the default applies, which is to raise it for error messages only. Set it to true to raise it for a lower severity message, or false to suppress it for an error.

    channelMask?: LogChannel

    A log channel mask, default is Message

    subMessage?: LocalizedString

    A player log sub message for the toast channel