INTERNAL_CALL_rotationRateUnbiased_Internal() private method

private INTERNAL_CALL_rotationRateUnbiased_Internal ( int idx, Vector3 &value ) : void
idx int
value Vector3
return void
Ejemplo n.º 1
0
        private static Vector3 rotationRateUnbiased_Internal(int idx)
        {
            Vector3 vector3;

            Gyroscope.INTERNAL_CALL_rotationRateUnbiased_Internal(idx, out vector3);
            return(vector3);
        }
Ejemplo n.º 2
0
        private static Vector3 rotationRateUnbiased_Internal(int idx)
        {
            Vector3 result;

            Gyroscope.INTERNAL_CALL_rotationRateUnbiased_Internal(idx, out result);
            return(result);
        }