Blender V4.3
asset_library_on_disk.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "AS_asset_library.hh"
12
13namespace blender::asset_system {
14
16 public:
18 StringRef name = "",
19 StringRef root_path = "");
20
21 void refresh_catalogs() override;
22};
23
24} // namespace blender::asset_system
eAssetLibraryType
eAssetLibraryType library_type() const
OnDiskAssetLibrary(eAssetLibraryType library_type, StringRef name="", StringRef root_path="")