static IntPtr n_GetState(IntPtr jnienv, IntPtr native__this)
 {
     global::Google.AR.Core.LightEstimate __this = global::Java.Lang.Object.GetObject <global::Google.AR.Core.LightEstimate> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.GetState()));
 }
 static float n_GetPixelIntensity(IntPtr jnienv, IntPtr native__this)
 {
     global::Google.AR.Core.LightEstimate __this = global::Java.Lang.Object.GetObject <global::Google.AR.Core.LightEstimate> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.PixelIntensity);
 }