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

    类型别名 GraphicsSettingsPropertyTypeMap

    Defines type information for graphics settings properties.

    type GraphicsSettingsPropertyTypeMap = {
        GraphicsMode?: GraphicsMode;
        NightVision?: boolean;
        ShowChunkBoundaries?: boolean;
        ShowCompass?: boolean;
        ShowInvisibleBlocks?: boolean;
    }
    索引

    属性

    GraphicsMode?: GraphicsMode
    NightVision?: boolean
    ShowChunkBoundaries?: boolean
    ShowCompass?: boolean
    ShowInvisibleBlocks?: boolean