UnityEngine.AndroidJavaObject.GetCachedMethodID C# (CSharp) Method

GetCachedMethodID() protected method

protected GetCachedMethodID ( string methodName, Object args, bool isStatic ) : IntPtr
methodName string
args Object
isStatic bool
return IntPtr
		protected IntPtr GetCachedMethodID(string methodName, Object[] args, bool isStatic){}
		protected IntPtr GetCachedMethodID(string methodName, Object[] args, bool isStatic){}