VertexChannelNames.Weights Method (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

Gets the name of an animation weights channel at the specified index. This will typically contain data on the bone weights for a vertex channel. For more information, see 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 static string Weights(
	int usageIndex
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

usageIndex
Type: System.Int32
Index of the animation weight channel to be retrieved.

Return Value

Type: System.String
Name of the retrieved animation weights channel.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop