|
|
@@ -996,11 +996,6 @@ class Renderer {
|
|
|
|
|
|
//
|
|
|
|
|
|
- /**
|
|
|
- * Sets the inspector instance. The inspector can be any class that extends from `InspectorBase`.
|
|
|
- *
|
|
|
- * @param {InspectorBase} value - The new inspector.
|
|
|
- */
|
|
|
set inspector( value ) {
|
|
|
|
|
|
if ( this._inspector !== null ) {
|
|
|
@@ -1014,6 +1009,11 @@ class Renderer {
|
|
|
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * The inspector instance. The inspector can be any class that extends from `InspectorBase`.
|
|
|
+ *
|
|
|
+ * @type {InspectorBase}
|
|
|
+ */
|
|
|
get inspector() {
|
|
|
|
|
|
return this._inspector;
|