Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetStaticSByteField(IntPtr, IntPtr, sbyte)

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

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static void SetStaticSByteField(IntPtr clazz, IntPtr fieldID, sbyte val)

Parameters

clazz


fieldID


Remarks