SetFloatField(IntPtr, IntPtr, float)
Sets the value of an instance field of the specified object.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static void SetFloatField(IntPtr obj, IntPtr fieldID, float val)
Parameters
Remarks
Additional Resources: Java Native Interface Specification (Oracle)