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
Constructors
BoneWeightCollection()
Initializes a new instance of BoneWeightCollection.
public BoneWeightCollection()
Methods
NormalizeWeights()
Normalizes the contents of the weights list.
public void NormalizeWeights()
NormalizeWeights(int)
Normalizes the contents of the bone weights list.
public void NormalizeWeights(int maxWeights)
Parameters
maxWeights
intMaximum number of weights allowed.