BoneWeightCollection Class (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

Collection of bone weights of a vertex.
System.Object
   System.Collections.ObjectModel.Collection<T>
      Microsoft.Xna.Framework.Content.Pipeline.Graphics.BoneWeightCollection

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public sealed class BoneWeightCollection : Collection<T>

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The BoneWeightCollection type exposes the following members.

  Platforms Name Description
BoneWeightCollection Initializes a new instance of BoneWeightCollection. 
Top
  Platforms Name Description
NormalizeWeights() Normalizes the contents of the weights list. 
NormalizeWeights(int) Normalizes the contents of the bone weights list. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop