Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CallStaticShortMethodUnsafe(IntPtr, IntPtr, jvalue*)

Invokes the specified \<tt\>methodID\</tt\> static method on a Java object, optionally passing in an array of arguments (\<tt\>args\</tt\>).
Read time 1 minuteLast updated 4 days ago

Definition

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

Parameters

clazz


methodID


args

jvalue*

Returns

Type

Description

short

Remarks