大约有 39 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0071 秒)
...默认flase 静音 muted 开启后视频静音,默认false 显示控件 controls 是否显示视频控制,默认false 显示在游戏画布之下 underGameView 视频是否显示在游戏画布之下,默认false。此选项开启时画布需设置为透明 缩放模式 objectFit 有三种缩...
来源: Laya3.0_文档 发布时间: 20251010
...nder(webXRInput); } bindMeshRender(webXRInput:WebXRInputManager){ let rightControl = Laya.loader.getRes("res/OculusController/controller.gltf") as Sprite3D; let leftControl = Laya.loader.getRes("res/OculusController/controller-left.gltf") as Sprite3D; let pixelright = new PixelLineSprite3D(20,"right...
来源: Laya3.0_文档 发布时间: 20251010
...,用来控制动画状态机的接口。 动画状态机文件 Animator Controller :是一个文件,用来执行整个状态机逻辑,驱动动画状态运行,执行状态切换。同时定义了驱动参数,可以由代码逻辑驱动这些参数,再由这些参数驱动动画。 动...
来源: Laya3.0_文档 发布时间: 20251010
... = Render.canvas.style.zIndex+1; videoElement.src = this.url; videoElement.controls = false;//不现实控制播放按钮 // videoElement.autoplay = "autoplay";//自动播放 // videoElement.poster = GoldConsts.imgUrl; //设置在视频播放之前所显示的图片的 URL。 // 阻止IOS视频全...
来源: Laya_社区 发布时间: 20180313
...ma" content="no-cache"/> <meta http-equiv="cache-control" content="no-cache"/> <meta http-equiv="expires" content="0"/> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"/> <meta http-equ...
来源: Laya_社区 发布时间: 20200810
....style.zIndex + 1; videoElmt.src = getResURI("video/guide.mp4"); videoElmt.controls = false; videoElmt.autoplay = true; videoElmt.loop = "loop"; // 阻止IOS视频全屏 videoElmt.setAttribute("webkit-playsinline", true); videoElmt.setAttribute("playsinline", true); // 设置画布上的对齐参照...
来源: Laya_社区 发布时间: 20180802
...le.zIndex + 1; videoElement.src = "../../res/av/mov_bbb.mp4"; videoElement.controls = true; // 阻止IOS视频全屏 videoElement.setAttribute("webkit-playsinline", true); videoElement.setAttribute("playsinline", true); // 设置画布上的对齐参照物 var reference:Laya.Sprite = new Laya.Sprite...
来源: Laya_社区 发布时间: 20200909
... /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "removeComments": true, /* Do not emit comments to output. */ // "noEmit": true, /* Do not emit ...
来源: Laya_社区 发布时间: 20190408
...3:28:21.322 1331-1331/com.layabox.game E/MediaPlayer: Should have subtitle controller already set --------- beginning of /dev/log/system 07-16 13:28:37.142 402-531/? I/ActivityManager: Process com.layabox.game (pid 1331) has died. 07-16 13:28:37.142 402-521/? W/NetworkManagementSocketT...
来源: Laya_社区 发布时间: 20190716
...ls` | ` boolean` | 表明在进行跨站(cross-site)的访问控制(Access-Control)请求时,是否使用认证信息(例如cookie或授权的header)。 默认为 `false。` | | timeout | number | 请求超时时间 | `withCredentials`这个属性一般用到不多,这里我们简单介绍下,...
来源: Laya2.0_文档 发布时间: 20210715