Blender
V5.0
source
blender
asset_system
intern
library_types
runtime_library.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
11
12
#pragma once
13
14
#include "
AS_asset_library.hh
"
15
16
namespace
blender::asset_system
{
17
18
class
RuntimeAssetLibrary
:
public
AssetLibrary
{
19
public
:
20
RuntimeAssetLibrary
();
21
22
std::optional<AssetLibraryReference>
library_reference
()
const override
;
23
};
24
25
}
// namespace blender::asset_system
AS_asset_library.hh
blender::asset_system::AssetLibrary::AssetLibrary
AssetLibrary(eAssetLibraryType library_type, StringRef name="", StringRef root_path="")
Definition
asset_library.cc:230
blender::asset_system::RuntimeAssetLibrary::RuntimeAssetLibrary
RuntimeAssetLibrary()
Definition
runtime_library.cc:13
blender::asset_system::RuntimeAssetLibrary::library_reference
std::optional< AssetLibraryReference > library_reference() const override
Definition
runtime_library.cc:18
blender::asset_system
Definition
AS_asset_catalog.hh:24
Generated on
for Blender by
doxygen
1.16.1