大约有 670 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
Laya3.0_api(269) Laya_社区(228) Laya2.0_api(93) laya_api(49) Laya2.0_文档(19) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2018-10-11 11:09 浏览: 1298 关注: 2 人 185*****637 • 2018-10-11 12:16 谢谢,我不知道怎么在ts中调用js文件,搜索了一下解决了!
来源: Laya_社区 发布时间: 20181011
...ocus接口是无法都在移动平台立刻弹出键盘的 public function set focus(value:Boolean):void { var input:* = nativeInput; if (_focus !== value) { if (value) { if (input.target) { input.target._focusOut(); } else { _setInputMethod(); } input.target = this; _focusIn(); console.log("...
来源: Laya_社区 发布时间: 20191010
...alizeSteam", SIZE_MAX, jsInitializeSteam, nullptr, &fnInitSteam); jsvm_set_named_property(env, exp, "initializeSteam", fnInitSteam); } } 2.2 生成动态链接库 生成动态链接库与其使用的方法可以参考Windows扩展文档。 生成的动态链接库steam_demo.dll如图2-1所示,...
来源: Laya3.0_文档 发布时间: 20251010
...式_覆盖。 Accessors defaultState get defaultState(): AnimatorState2D set defaultState(value: AnimatorState2D): void Defined in laya/components/AnimatorControllerLayer2D.ts:138 默认动画状态机。 Returns AnimatorState2D Defined in laya/components/AnimatorControllerLayer2D.ts:142 默认动...
来源: Laya3.0_api 发布时间: 20231115
...tion get hProgressSkin():String { return _progress.skin; } public function set hProgressSkin(value:String):void { console.log("设置progress皮肤: " + value); _progress.skin = value; } } }如题,自定义组件,设置img的skin皮肤的时候ide报资源加载失败的错误,资源路径应...
来源: Laya_社区 发布时间: 20170327
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513
...k function discard property,please use transform's property instead Cannot set property text of #<Button> which has only a getter XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. 问题状态 最新活动: 2018-07-09 15:37 浏览: 9...
来源: Laya_社区 发布时间: 20180709
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 matter 物理引擎 如何修改物理引擎中的图层 问题状态 最新活动: 2019-09-18 04:27 浏览: 2411 关注: 3 人
来源: Laya_社区 发布时间: 20170823
... Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个小时后才不会报这个错。。才能进去 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 微信小程序 发布后缺少app.js...
来源: Laya_社区 发布时间: 20190819
... constructor Properties _isLooping clipEnd clipStart curTransition cycleOffset name speed EVENT_OnStateEnter EVENT_OnStateExit EVENT_OnStateLoop EVENT_OnStateUpdate Accessors clip islooping soloTransitions transitions Methods addScript clone cloneTo event getScript getScripts hasListener off offAll ...
来源: Laya3.0_api 发布时间: 20231115