static int n_GetYThreshold(IntPtr jnienv, IntPtr native__this)
        {
            ConfigureCollisionDetectionCommand __this = Java.Lang.Object.GetObject <ConfigureCollisionDetectionCommand> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.YThreshold);
        }
        static int n_DescribeContents(IntPtr jnienv, IntPtr native__this)
        {
            ConfigureCollisionDetectionCommand __this = Java.Lang.Object.GetObject <ConfigureCollisionDetectionCommand> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DescribeContents());
        }
        static sbyte n_GetDeviceId(IntPtr jnienv, IntPtr native__this)
        {
            ConfigureCollisionDetectionCommand __this = Java.Lang.Object.GetObject <ConfigureCollisionDetectionCommand> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DeviceId);
        }