Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetStaticMethodID(IntPtr, string, string)

Returns the method ID for a static method of a class.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static IntPtr GetStaticMethodID(IntPtr clazz, string name, string sig)

Parameters

clazz


name


Returns

Type

Description

IntPtr

Remarks