Blender V4.3
asset_library_on_disk.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11namespace blender::asset_system {
12
14 StringRef name,
15 StringRef root_path)
16 : AssetLibrary(library_type, name, root_path)
17{
19}
20
25
26} // namespace blender::asset_system
eAssetLibraryType
AssetCatalogService & catalog_service() const
OnDiskAssetLibrary(eAssetLibraryType library_type, StringRef name="", StringRef root_path="")