 |
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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic int IndexCount { get; set; }Property Value
Int32
See Also