From 23f92dd09cfc60a32a53bbd162697419999b093f Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Tue, 24 Jul 2018 02:48:30 +0300 Subject: [PATCH] print class methods --- scripts/unity.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/unity.js b/scripts/unity.js index 25510fb..986f72f 100644 --- a/scripts/unity.js +++ b/scripts/unity.js @@ -1,6 +1,8 @@ Java.perform(function() { var Map = Java.use('java.util.Map'); var UnityWebRequest = Java.use('com.unity3d.player.UnityWebRequest'); + console.log( Object.getOwnPropertyNames(Test.__proto__).join('\n') ); + /* UnityWebRequest.$init .overload('long', 'java.lang.String', 'java.util.Map', 'java.lang.String', 'int').implementation = function(long1, str2, map3, str4, int5) {