|  | 
| CustomMesh Class | 
            CustomMesh is a Mesh that is defined by custom vertex and index buffers.
            The vertex and index buffers must be created by the same VulkanDevice that is used by this CustomMesh.
            This CustomMesh cannot automatically support hit testing because it does not have access to triangles data.
            To provide hit testing support, derive your own class from CustomMesh and implement 
IRayHitTestedObject interface.
            
 Inheritance Hierarchy
Inheritance Hierarchy Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntaxpublic class CustomMesh : Mesh
The CustomMesh type exposes the following members.
 Constructors
Constructors Methods
Methods See Also
See Also