Class BoneWeightCollection
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
Collection of bone weights of a vertex.
public sealed class BoneWeightCollection : Collection<BoneWeight>, IList<BoneWeight>, ICollection<BoneWeight>, IReadOnlyList<BoneWeight>, IReadOnlyCollection<BoneWeight>, IEnumerable<BoneWeight>, IList, ICollection, IEnumerable
- Inheritance
-
BoneWeightCollection
- Implements
- Inherited Members
Methods
NormalizeWeights(int)
Normalizes the contents of the bone weights list.
public void NormalizeWeights(int maxWeights = 2147483647)
Parameters
maxWeightsintMaximum number of weights allowed.