@@ -157,7 +157,7 @@
|
|
157
157
|
name: string;
|
158
158
|
alias: string | undefined | null;
|
159
159
|
/** When the renderer or camera are managed by an external process (e.g. when running in r3f context) */
|
160
|
-
|
160
|
+
isManagedExternally: boolean = false;
|
161
161
|
/** set to true to pause the update loop. You can receive an event for it in your components.
|
162
162
|
* Note that script updates will not be called when paused */
|
163
163
|
isPaused: boolean = false;
|