GetStaticByteField(IntPtr, IntPtr)
Returns the value of a static field of an object.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static byte GetStaticByteField(IntPtr clazz, IntPtr fieldID)
Parameters
Returns
Type | Description |
|---|---|
| byte |
Remarks
AndroidJNI.GetStaticByteField is obsolete. Use AndroidJNI.GetStaticSByteField instead.
Additional Resources: Java Native Interface Specification (Oracle)