Click or drag to resize
AB4D logo

MeshBase Properties

The MeshBase type exposes the following members.

Properties
 NameDescription
Public propertyBaseVertexLocation start index in VertexBuffer used in DrawIndexed method
Public propertyBounds Bounds of the mesh
Public propertyIndexBuffer IndexBuffer
Public propertyIndexBufferFormat Format of the index buffer
Public propertyIndexCount number of indices to render
Public propertyInputLayoutType InputLayoutType
Public propertyIsFrontCounterClockwise True if triangles are oriented in counter clockwise orientation
Public propertyMaterials Array of Materials
Public propertyPrimitiveTopology PrimitiveTopology
Public propertyStartIndexLocation start index in IndexBuffer used in DrawIndexed method
Public propertySubMeshes Array of Submesh objects
Public propertyVertexBufferBindings Array of VertexBufferBinding
Public propertyVertexCount number of vertices (positions) in the mesh
Top
See Also