Gets a collection of Mesh objects which compose the model. Each Mesh in a model may be moved independently and may be composed of multiple textures identified as MeshPart objects.

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

Syntax

C#
public MeshCollection Meshes { get; }

See Also