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