Represents a batch of geometry information to submit to the graphics device during rendering. Each MeshPart is a subdivision of a Mesh object. The Mesh class is split into multiple MeshPart objects, typically based on material information.

Namespace:  Hilva.Models
Assembly:  Hilva (in Hilva.dll)

Syntax

C#
public sealed class MeshPart

Inheritance Hierarchy

System..::.Object
  Hilva.Models..::.MeshPart

See Also