Click or drag to resize
CompositeModelRendererGetMeshes Method
Get all meshes as a list.

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<MeshEntity> GetMeshes()

Return Value

Type: ListMeshEntity
List of MeshEntity instances in this composite model.
See Also