コード例 #1
0
        private Vector3 GetLeftFootVelocity()
        {
            Vector3 result;

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