SkinnedEffect.GetBoneTransforms Method

Gets the bone transform matrices for a SkinnedEffect.

Syntax

'Declaration
Public Function GetBoneTransforms ( _
         count As Integer _
) As Matrix[] 
public Matrix[] GetBoneTransforms (
         int count
)
public:
Matrix[] GetBoneTransforms(
         int count
)

Parameters

  • count
    Type: Int32
    The number of matrices.

Return Value

Type: Matrix
An array of matrices which contain bone transforms.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

See Also

Reference

SkinnedEffect Class
SkinnedEffect Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Windows Phone