Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetStaticIntField(nint, nint, int)

Sets the value of a static field in the specified object.
Read time 1 minuteLast updated 4 days ago

Definition

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

SetStaticIntField(IntPtr, IntPtr, int)

public static void SetStaticIntField(nint clazz, nint fieldID, int val)

Parameters

clazz


fieldID


val

Remarks