大约有 2 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0016 秒)
...VR模式的UI按钮,通过侦听按钮的点击来进入VR模式。 /** 初始化XR */ async initXR(){ //创建一个webXR的摄像机 let caInfo : WebXRCameraInfo = new WebXRCameraInfo(); //设置远裁面 caInfo.depthFar = this.camera.farPlane; //设置近裁面 caInfo.depthNear = this.camera.ne...
来源: Laya3.0_文档 发布时间: 20240910
...socket: WebSocket | null = null; onStart() { console.log("Game start"); // 初始化 protobuf this.initializeProtobuf(); // 初始化 WebSocket 连接 this.initializeWebSocket(); } // 初始化 protobuf 并加载消息定义 private initializeProtobuf() { // ChatMessage 是 .proto 文件中定义的...
来源: Laya3.0_文档 发布时间: 20250103