|
|
| static_mesh (const math::uuid mesh_id, const math::uuid material) |
| |
|
| static_mesh (const math::uuid mesh_id, const std::vector< submesh > &submeshes) |
| |
|
| static_mesh (const math::uuid mesh_id, std::initializer_list< submesh > submeshes) |
| |
|
auto | mesh_id () const noexcept -> math::uuid |
| |
|
auto | set_mesh_id (const math::uuid mesh_id) noexcept -> void |
| |
|
auto | submeshes () const noexcept -> const std::vector< submesh > & |
| |
|
auto | submeshes () noexcept -> std::vector< submesh > & |
| |
|
auto | resize_submeshes (const std::size_t count) -> void |
| |
|
auto | set_submesh_material (const std::size_t index, const math::uuid material) -> void |
| |
The documentation for this class was generated from the following file: