Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetStaticMethodID(nint, string, string)

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

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule

GetStaticMethodID(IntPtr, string, string)

public static nint GetStaticMethodID(nint clazz, string name, string sig)

Parameters

clazz


name


Returns

Type

Description

IntPtr

Remarks