大约有 3,272 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0077 秒)
...序打包。而且rollup打包module会比较奇特的修改module名 ui->ui$1不知道原理。 解决方案:手动配置input数组,编译之后再手改下js。更推荐webpack或者Browserify打包 [ './bin/js/ui/layaUI.max.all.js', './bin/js/LayaUISample.js' ] 2020-06-05 0 1 分享 微...
来源: Laya_社区 发布时间: 20200604
...ya.core.min.js:6) at e (laya.core.min.js:6) at e.<anonymous> (laya.core.min.js:6) at e.runWith (laya.core.min.js:1) at e.i.event (laya.core.min.js:1) at e.i.onError (laya.core.min.js:5) index.html:1 Access to Image at 'file:///H:/WeChatQ1Snake/release/layaweb/v1.0...
来源: Laya_社区 发布时间: 20180412
...J.ts:93 _shaderInstances _shaderInstances: SingletonList<ShaderInstance> Implementation of IRenderElement._shaderInstances Inherited from NativeRenderElementOBJ._shaderInstances Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderElementOBJ.ts:83 _skinnedData _skinnedData: Float32Array[] Defin...
来源: Laya3.0_api 发布时间: 20231115
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系上的 Y 轴坐...
来源: laya_api 发布时间: 20170929
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...esources\app\node_modules\rollup\dist\rollup.js:16352:20) at <anonymous> 编译异常,请检查代码后重试... 以上是layaMaxUI.js export ui bug 在layaMaxUI.js中 由 if(!window.ui)window.ui={};...export {ui as default}; 引起 附件 : --> 2019-08-13 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20190813
...法只执行一次 onAwake(): void { Laya.loader.load(this.skin).then(() => { let ComboBox: Laya.ComboBox = new Laya.ComboBox(this.skin, "item0,item1,item2,item3,item4,item5"); ComboBox.labelSize = 30; ComboBox.itemSize = 25 this.owner.addChild(ComboBox); ComboBox.autoSize = true; ComboBox.pos(20...
来源: Laya3.0_文档 发布时间: 20251010