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
8
10
11namespace blender::asset_system {
12
20
25
26} // namespace blender::asset_system
eAssetLibraryType
eAssetLibraryType library_type() const
AssetCatalogService & catalog_service() const
AssetLibrary(eAssetLibraryType library_type, StringRef name="", StringRef root_path="")
OnDiskAssetLibrary(eAssetLibraryType library_type, StringRef name="", StringRef root_path="")