Blender V5.0
essentials_library.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "on_disk_library.hh"
12
13namespace blender::asset_system {
14
16 public:
18
19 std::optional<AssetLibraryReference> library_reference() const override;
20
23};
24
25} // namespace blender::asset_system
std::optional< AssetLibraryReference > library_reference() const override
OnDiskAssetLibrary(eAssetLibraryType library_type, StringRef name="", StringRef root_path="")