Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AndroidJNI.CallShortMethodUnsafe

Declaration

public static short CallShortMethodUnsafe(IntPtr obj, IntPtr methodID, jvalue* args);

Description

Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.