What is the difference between AndroidJavaClass.Call and AndroidJavaObject.Call

Unity3D 2015. 6. 17. 17:10
반응형

Answering my own question - after doing some research, it seems that the two methods are the same.

AndroidJavaClass inherits from AndroidJavaObject, but does not override the Call method. This means the Call method for this class is exactly the same one as for AndroidJavaObject.

Note that when using an AndroidJavaClass, using the Call method has no effect, since no object instance was initialized (one can only use CallStatic or the generic CallStatic).

http://answers.unity3d.com/questions/715007/what-is-the-difference-between-androidjavaclasscal.html

반응형

'Unity3D' 카테고리의 다른 글

UNITY EDITOR EXTENSIONS – MENU ITEMS  (0) 2015.08.04
Properties Editor 좋은 자료.  (0) 2015.07.01
unity android plugin  (0) 2015.06.17
한방에 모아보는 Unity Shader 레퍼런스 Properties  (0) 2015.06.15
Unity + Python GAE(Eclipse)  (0) 2015.03.17
: