ModelBoneCollection

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

Represents a set of bones associated with a model.

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

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

Returns: