大约有 1,768 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0049 秒)
Laya_社区(1159) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(18)
...因导致的吗? 怎样解决? 2.0.0编译报错Cannot find global type 'Array' 问题状态 最新活动: 2018-04-10 14:40 浏览: 2540 关注: 2 人
来源: Laya_社区 发布时间: 20180410
...ate guideContainer:Sprite; private tipContainer:Sprite; private guideSteps:Array = [ { x: 151, y: 575, radius:150, tip:"../../res/guide/help6.png", tipx:200, tipy:250 }, { x: 883, y: 620, radius:100, tip:"../../res/guide/help4.png", tipx:730, tipy:380 }, { x: 1128, y: 583, radius:110, tip:"../../res...
来源: Laya_示例 发布时间: 20241120
...监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 EventDispatcher once(type:String, caller:*, listener:Function, args:Array = nu...
来源: Laya2.0_api 发布时间: 20190513
...法播放,U3D和1.7.*都没问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 关于发布oppo、vivo快游戏,无法生成Rpk问题 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 点击代码编辑模器 就...
来源: Laya_社区 发布时间: 20240425
...载资源后对比资源卸载前和卸载后的资源状态: var assets:Array = []; assets.push("res/apes/monkey0.png"); assets.push("res/apes/monkey1.png"); assets.push("res/apes/monkey2.png"); assets.push("res/apes/monkey3.png"); Laya.loader.load(assets, Handler.create(this, onAssetsLoaded)); p...
来源: Laya_社区 发布时间: 20171019
...ode.js:630:29) at http://127.0.0.1:52880/game/code.js:14:71 at Array.forEach (<anonymous>) at Object.__init (http://127.0.0.1:52880/game/code.js:14:36) at http://127.0.0.1:52880/game/code.js:21112:7 at http://127.0.0.1:52880/game/code.js:21113:3 at require (...
来源: Laya_社区 发布时间: 20180504
...器。 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 EventDispatcher once(type:String, caller:*, listener:Function, args:Array = nu...
来源: laya_api 发布时间: 20170929
... beta5.1 unity插件无法下载 2.0.0编译报错Cannot find global type 'Array' text组件在native2.0上运行会报错 Laya2.0文件模式下var变量怎么引用? 2.0.0 beta3 开放域排行榜 部分文字显示异常!【有Demo必现】 tween对Text的缩放,为何会抖动呢? Cannot...
来源: Laya_社区 发布时间: 20180322
...ate guideContainer:Sprite; private tipContainer:Sprite; private guideSteps:Array = [ { x: 151, y: 575, radius:150, tip:"res/guide/help6.png", tipx:200, tipy:250 }, { x: 883, y: 620, radius:100, tip:"res/guide/help4.png", tipx:730, tipy:380 }, { x: 1128, y: 583, radius:110, tip:"res/guide/help3.png",...
来源: Laya2.0_示例 发布时间: 20241120
...riKenParticle3D.particleRenderer; var materials: Array<Laya.Material> = render.materials; for (var i: number = 0; i < materials.length; i++) { var mater: Laya.Material = materials[i] as Laya....
来源: Laya_社区 发布时间: 20200606