Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetStaticLongField(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 long GetStaticLongField(IntPtr clazz, IntPtr fieldID)

Parameters

clazz


fieldID

Returns

Type

Description

long

Remarks