Initial project import
This commit is contained in:
13
node_modules/three/examples/jsm/inspector/Extension.js
generated
vendored
Normal file
13
node_modules/three/examples/jsm/inspector/Extension.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Tab } from 'three/addons/inspector/ui/Tab.js';
|
||||
|
||||
export class Extension extends Tab {
|
||||
|
||||
constructor( name, options = {} ) {
|
||||
|
||||
super( name, options );
|
||||
|
||||
this.isExtension = true;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user