setDebugBoxes method
from: public final void setDebugBoxes(boolean z)
Implementation
void setDebugBoxes(
bool z,
) {
_setDebugBoxes(
reference.pointer,
_id_setDebugBoxes as jni$_.JMethodIDPtr,
z ? 1 : 0,
).check();
}
from: public final void setDebugBoxes(boolean z)
void setDebugBoxes(
bool z,
) {
_setDebugBoxes(
reference.pointer,
_id_setDebugBoxes as jni$_.JMethodIDPtr,
z ? 1 : 0,
).check();
}