Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNI.SetStaticFloatField

static function SetStaticFloatField(clazz: IntPtr, fieldID: IntPtr, val: float): void;
static void SetStaticFloatField(IntPtr clazz, IntPtr fieldID, float val);
static def SetStaticFloatField(clazz as IntPtr, fieldID as IntPtr, val as float) as void

Description

This function ets the value of a static field of an object.