UnityEngine.AndroidJavaObject.GetCachedMethodID C# (CSharp) Метод

GetCachedMethodID() защищенный Метод

protected GetCachedMethodID ( string methodName, Object args, bool isStatic ) : IntPtr
methodName string
args Object
isStatic bool
Результат IntPtr
		protected IntPtr GetCachedMethodID(string methodName, Object[] args, bool isStatic){}
		protected IntPtr GetCachedMethodID(string methodName, Object[] args, bool isStatic){}