Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetStaticSByteField(IntPtr, IntPtr)

Returns the value of a static field of an object.
Read time 1 minuteLast updated 4 days ago

Definition

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

Parameters

clazz


fieldID

Returns

Type

Description

sbyte

Remarks