@3dsource/angular-unreal-module 0.0.84-dev.0 → 0.0.84-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -92,6 +92,7 @@ declare class UnrealSceneComponent {
|
|
|
92
92
|
readonly lightMode: i0.Signal<boolean>;
|
|
93
93
|
private isFreezeFrameLoading;
|
|
94
94
|
private commandsSender;
|
|
95
|
+
private inputService;
|
|
95
96
|
private videoService;
|
|
96
97
|
private element;
|
|
97
98
|
private destroyRef;
|
|
@@ -756,7 +757,6 @@ declare class UnrealCommunicatorService {
|
|
|
756
757
|
private commandTelemetryService;
|
|
757
758
|
private freezeFrameService;
|
|
758
759
|
private webRtcPlayerService;
|
|
759
|
-
private inputService;
|
|
760
760
|
private videoService;
|
|
761
761
|
private destroy$;
|
|
762
762
|
private cirrusConnected;
|