ModelMeshCollection

class ModelMeshCollection : System.Collections.ObjectModel.ReadOnlyCollection<ModelMesh>, System.Collections.Generic.IList<ModelMesh>, System.Collections.Generic.ICollection<ModelMesh>, System.Collections.Generic.IEnumerable<ModelMesh>, System.Collections.IEnumerable, System.Collections.IList, System.Collections.ICollection, System.Collections.Generic.IReadOnlyList<ModelMesh>, System.Collections.Generic.IReadOnlyCollection<ModelMesh>

Represents a collection of ModelMesh objects.

readonly ModelMesh Item
public bool TryGetValue(string meshName, ref ModelMesh value)
Parameters:
  • meshName (string) –
  • (ref) value (Microsoft.Xna.Framework.Graphics.ModelMesh) –
public Microsoft.Xna.Framework.Graphics.Enumerator GetEnumerator()

Returns a ModelMeshCollection.Enumerator that can iterate through a ModelMeshCollection.

Returns: