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
Returns
Type | Description |
|---|---|
| sbyte |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)