#include <AssetManager.hpp>

Public Member Functions | |
| void | set (std::string, std::uint32_t offset, std::uint32_t size, std::uint32_t alignment) |
Public Member Functions inherited from dai::Assets | |
| DEPTHAI_SERIALIZE (Assets, map) | |
| AssetView | get (const std::string &key) |
| std::vector< std::pair< std::string, AssetView > > | getAll () |
| bool | has (const std::string &key) |
| void | setStorage (std::uint8_t *ps) |
Additional Inherited Members | |
Protected Attributes inherited from dai::Assets | |
| std::unordered_map< std::string, AssetInternal > | map |
| std::uint8_t * | pStorageStart = nullptr |
Definition at line 24 of file AssetManager.hpp.
| void dai::AssetsMutable::set | ( | std::string | key, |
| std::uint32_t | offset, | ||
| std::uint32_t | size, | ||
| std::uint32_t | alignment | ||
| ) |
Definition at line 137 of file AssetManager.cpp.