// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.
///|
#external
pub type GLTFExporterRegistration
///|
pub extern "js" fn GLTFExporterRegistration::active(
self : GLTFExporterRegistration,
) -> Bool =
#| (self) => self.active
///|
pub extern "js" fn GLTFExporterRegistration::unregister(
self : GLTFExporterRegistration,
) -> Unit =
#| (self) => { if(self.active){self.owner.unregister(self.callback);self.active=false;} }