修复:并集错误

This commit is contained in:
ChenX
2023-09-15 17:14:55 +08:00
parent a11f502f9a
commit c81cda5cb5
2115 changed files with 297 additions and 22774 deletions

View File

@@ -1,11 +0,0 @@
import { PixelStreaming } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.2';
export declare class WebRtcRenderer {
pixelStreaming: PixelStreaming;
canUse: boolean;
constructor();
private Connect;
OnLinkEvent(isLink: boolean): void;
StartRenderer(): Promise<void>;
EndRenderer(): void;
}
//# sourceMappingURL=WebRtcRenderer.d.ts.map