sandbox
Loading...
Searching...
No Matches
sbx::scenes::asset_registry Member List

This is the complete list of members for sbx::scenes::asset_registry, including all inherited members.

animations() const -> const asset_table< math::uuid > & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
cube_image_metadata(const graphics::cube_image2d_handle &handle) const -> const asset_metadata & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
cube_images() const -> const asset_table< graphics::cube_image2d_handle > & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
get_animation(const utility::hashed_string &name) const -> math::uuid (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
get_cube_image(const utility::hashed_string &name) const -> graphics::cube_image2d_handle (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
get_image(const utility::hashed_string &name) const -> graphics::image2d_handle (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
get_material(const utility::hashed_string &name) const -> math::uuid (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
get_mesh(const utility::hashed_string &name) const -> math::uuid (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
has_animation(const utility::hashed_string &name) const -> bool (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
has_cube_image(const utility::hashed_string &name) const -> bool (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
has_image(const utility::hashed_string &name) const -> bool (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
has_material(const utility::hashed_string &name) const -> bool (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
has_mesh(const utility::hashed_string &name) const -> bool (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
image_metadata(const graphics::image2d_handle &handle) const -> const asset_metadata & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
images() const -> const asset_table< graphics::image2d_handle > & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
material_metadata(const math::uuid &handle) const -> const asset_metadata & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
materials() const -> const asset_table< math::uuid > & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
mesh_metadata(const math::uuid &handle) const -> const asset_metadata & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
meshes() const -> const asset_table< math::uuid > & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
request_animation(const utility::hashed_string &name, Args &&... args) -> math::uuid (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
request_cube_image(const utility::hashed_string &name, const std::filesystem::path &path, Args &&... args) -> graphics::cube_image2d_handle (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
request_image(const utility::hashed_string &name, const std::filesystem::path &path, Args &&... args) -> graphics::image2d_handle (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
request_material(const utility::hashed_string &name, Args &&... args) -> Material & (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
request_mesh(const utility::hashed_string &name, Args &&... args) -> math::uuid (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline
request_mesh(const utility::hashed_string &name, const Path &path, Args &&... args) -> math::uuid (defined in sbx::scenes::asset_registry)sbx::scenes::asset_registryinline