实现板件倒角

This commit is contained in:
ChenX
2023-07-06 10:23:55 +08:00
parent bf1b1186c1
commit 48e15326a5
261 changed files with 7365 additions and 7161 deletions

View File

@@ -1,6 +1,6 @@
import { PixelStreaming } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.2';
export declare class WebRtcRenderer {
private ws;
webRtcPlayerObj: any;
pixelStreaming: PixelStreaming;
canUse: boolean;
constructor();
private Connect;