Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetFieldID(nint, string, string)

Returns the field ID for an instance (nonstatic) field of a class.
Read time 1 minuteLast updated 6 hours ago

Definition

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

GetFieldID(IntPtr, string, string)

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

Parameters

clazz


name


Returns

Type

Description

IntPtr

Remarks