MeshHelper.FindSkeleton Method (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

Search for the root bone of the skeletion.

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 BoneContent FindSkeleton(
	NodeContent node
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

node
Type: Microsoft.Xna.Framework.Content.Pipeline.Graphics.NodeContent
The node from which to begin the search for the skeleton.

Return Value

Type: Microsoft.Xna.Framework.Content.Pipeline.Graphics.BoneContent
The root bone of the skeletion or null if none is found.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop