 |
SubMeshIndexCount Property |
Number of triangle indices to render. For example, when set to 6, then 2 triangles will be rendered.
This number is clamped to a value between zero and triangle indices count minus StartIndexLocation.
Namespace: Ab4d.SharpEngine.MeshesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic int IndexCount { get; set; }Property Value
Int32
See Also