SkinnedModel.AnimationPlayer.GetWorldTransforms C# (CSharp) Method

GetWorldTransforms() public method

Gets the current bone transform matrices, in absolute format.
public GetWorldTransforms ( ) : Matrix[]
return Matrix[]
        public Matrix[] GetWorldTransforms()
        {
            return world_matrices;
        }