private Vector3 GetRightFootVelocity()
        {
            Vector3 result;

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