Type alias GraphicsSettingsPropertyTypeMap

GraphicsSettingsPropertyTypeMap: {
    ShowChunkBoundaries?: boolean;
    ShowInvisibleBlocks?: boolean;
}

Defines type information for graphics settings properties.

Type declaration

  • Optional ShowChunkBoundaries?: boolean
  • Optional ShowInvisibleBlocks?: boolean