Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetByteField(IntPtr, IntPtr)

Returns the value of an instance (nonstatic) field of an object.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
Warning
Deprecated. AndroidJNI.GetByteField is obsolete. Use AndroidJNI.GetSByteField method instead
public static byte GetByteField(IntPtr obj, IntPtr fieldID)

Parameters


fieldID

Returns

Type

Description

byte

Remarks