sunrize
Version:
Sunrize — A Multi-Platform X3D Editor
59 lines (46 loc) • 792 B
JavaScript
"use strict";
module .exports = class LibraryPane
{
constructor (library)
{
this .
}
get config ()
{
return this .
}
get browser ()
{
return this .
}
get executionContext ()
{
return this .
}
get node ()
{
return this .
}
get field ()
{
return this .
}
get element ()
{
return this .
}
get output ()
{
return this .
}
get importX3D ()
{
return this .
}
get expandToAndSelectNode ()
{
return this .
}
open () { }
};