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