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

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 int

Maximum number of weights allowed.