private Vector3 InternalGetGoalPositionFromPose(AvatarIKGoal index)
        {
            Vector3 result;

            AnimationHumanStream.InternalGetGoalPositionFromPose_Injected(ref this, index, out result);
            return(result);
        }