|
Berserk
|
This is the complete list of members for Mesh, including all inherited members.
| AddMaterial(Ref< Material > material) | Mesh | |
| AddRef() const | RefCnt | inline |
| AddSubMesh(const StringName &name, RHIPrimitivesType primitivesType, const Aabbf &aabb, uint32 baseVertex, RHIIndexType indexType, uint32 indicesCount, const Ref< Data > &indexData) | Mesh | |
| Destroy() const | RefCnt | inlineprotectedvirtual |
| FindSubMesh(const StringName &name) const | Mesh | |
| GetAabb() const | Mesh | inline |
| GetAttributeData() const | Mesh | inline |
| GetDeclaration() const | Mesh | inline |
| GetFormat() const | Mesh | inline |
| GetMaterials() const | Mesh | inline |
| GetName() const | Mesh | inline |
| GetRefs() const | RefCnt | inline |
| GetSkinningData() const | Mesh | inline |
| GetSubMeshes() const | Mesh | inline |
| GetSubMeshLookUp() const | Mesh | inline |
| GetVertexData() const | Mesh | inline |
| GetVerticesCount() const | Mesh | inline |
| HasAttributeData() const | Mesh | inline |
| HasSkinningData() const | Mesh | inline |
| HasVertexData() const | Mesh | inline |
| IsUnique() const | RefCnt | inline |
| Mesh(MeshFormat format, uint32 verticesCount, const Ref< Data > &vertexData, const Ref< Data > &attributeData, const Ref< Data > &skinningData) | Mesh | |
| Mesh(MeshFormat format, uint32 verticesCount, const MeshArrays &meshArrays) | Mesh | |
| RelRef() const | RefCnt | inline |
| SetAabb(const Aabbf &aabb) | Mesh | |
| SetName(StringName name) | Mesh | |
| SetSubMeshMaterial(const StringName &name, uint32 index) | Mesh | |
| ~Mesh() override=default | Mesh | |
| ~RefCnt() | RefCnt | inlinevirtual |