@3dsource/angular-unreal-module 0.0.62-dev.1 → 0.0.62-dev.2
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.
|
@@ -2996,6 +2996,12 @@ class UnrealCommunicatorPlaywrightService extends UnrealCommunicatorService {
|
|
|
2996
2996
|
sendCommandToUnreal() {
|
|
2997
2997
|
return;
|
|
2998
2998
|
}
|
|
2999
|
+
sendInputData() {
|
|
3000
|
+
return;
|
|
3001
|
+
}
|
|
3002
|
+
listenVideo() {
|
|
3003
|
+
return;
|
|
3004
|
+
}
|
|
2999
3005
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: UnrealCommunicatorPlaywrightService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3000
3006
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: UnrealCommunicatorPlaywrightService }); }
|
|
3001
3007
|
}
|