private Vector3 GetLeftFootVelocity()
        {
            Vector3 result;

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