private Quaternion InternalGetBodyLocalRotation()
        {
            Quaternion result;

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