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

    接口 EditorStructureSearchOptions

    interface EditorStructureSearchOptions {
        displayName?: string;
        id?: string;
        sources?: StructureSource[];
        structureName?: string;
        structureNamespace?: string;
        tags?: string[];
    }
    索引

    属性

    displayName?: string
    id?: string
    sources?: StructureSource[]
    structureName?: string
    structureNamespace?: string
    tags?: string[]