Table of Contents

Class BoneWeightCollection

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Graphics
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

maxWeights int

Maximum number of weights allowed.