Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CallShortMethodUnsafe(IntPtr, IntPtr, jvalue*)

Calls a Java instance method defined by \<tt\>methodID\</tt\>, optionally passing an array of arguments (\<tt\>args\</tt\>) to the method.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static short CallShortMethodUnsafe(IntPtr obj, IntPtr methodID, jvalue* args)

Parameters


methodID


args

jvalue*

Returns

Type

Description

short

Remarks