print class methods

This commit is contained in:
iddoeldor 2018-07-24 02:48:30 +03:00 committed by GitHub
parent ef0416e945
commit 23f92dd09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {