大约有 187 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
视频播放问题 LayaAirIDE_1.7.10_beta public function LayaSample() { //初始化引擎 Laya.init(1024, 650 , WebGL); var videoElement:Object = Browser.createElement("video"); Browser.document.body.appendChild(videoElement); // 设置Video元素地样式和属性 videoElement.style.zInddex = ...
来源: Laya_社区 发布时间: 20171108
... Uncaught TypeError: Qt[a[((a[(A >> 2)] + 16) >> 2)]] is not a function at Object.btKinematicCharacterController_setWalkDirection (laya.physics3D.js:1) at CharacterController.move (laya.d3.js:4517) at MasterMoveRotate.onUpdate (bundle.js:1853) at Scene3D._updateSc...
来源: Laya_社区 发布时间: 20201020
...ptError alert is not defined ReferenceError: alert is not defined at Function.Laya3D.init (http://127.0.0.1:38102/game/code.js:67387:4) at new Main (http://127.0.0.1:38102/game/code.js:111146:16) at http://127.0.0.1:38102/game/code.js:111237:1 at require (http://127.0.0.1:381...
来源: Laya_社区 发布时间: 20180620
...TypeError: null is not an object (evaluating 'this._style._tf') (anonymous function) (laya.core.js:16463) toParentPoint (laya.core.js:15797) localToGlobal (laya.core.js:15757) getGlobalRecByPoints (laya.core.js:10216) getGlobalPosAndScale (laya.core.js:10224) getTransformRelativeToWindow (laya.core....
来源: Laya_社区 发布时间: 20181020
... at e.i._resizeBuffer (https://awp-assets.meituan.net ... :24224) at Function.e.getAMesh (https://awp-assets.meituan.net ... :29394) at t.a.flush (https://awp-assets.meituan.net ... :29650) at a.h.render (https://awp-assets.meituan.net ... :25650) at a.h._loop (https://awp-as...
来源: Laya_社区 发布时间: 20190809
...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...
来源: Laya3.0_api 发布时间: 20231115
...摇报错,就解决方案 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2021-12-08 14:57 浏览: 3698 关注: 2 人 northTg • 2021-12-09 11:09 非常感觉提供帮助 ,我这边提供demo的时候发现最新的库是没有问题的 换掉全部相关库后...
来源: Laya_社区 发布时间: 20211207
..._scene.lightCullingMask && this._scene.lightCullingMask instanceof Function){this._scene.lightCullingMask(scene,this);} 3、对想要开启灯光裁剪的场景调用 LightCullingMask.enableLightCullingMask(scene3d)即可 //注意 ExtCullingMask并不是针对对象进行,而是对摄相...
来源: Laya_社区 发布时间: 20200110
...加载管理器,使用时注意大小写。 */ //class Laya var ___Laya=(function(){ //function Laya(){} Laya.__init=function(_classs){} Laya.init=function(width,height,__plugins){} Laya.alertGlobalError=function(value){} Laya.enableDebugPanel=function(debugJsPath){} Laya.stage=null; Laya.systemTi...
来源: Laya_社区 发布时间: 20200426
...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...
来源: Laya3.0_api 发布时间: 20231115