• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,337 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)

191. 在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 [ 80%]

...andler,但是renderHandler的回调是正常的。1、我对list设置了on去监听mouse事件,可以触发回调 on 上面的回调, 2、list的renderHandler能正常使用 3、demo逻辑与官网给的代码是一样的 http://layaair.ldc.layabox.com/demo/?category=2d&group=UI&name=...

来源: Laya_社区 发布时间: 20180731

192. 用Loader加载完atlas,然后使用animation播放问题 [ 80%]

用Loader加载完atlas,然后使用animation播放问题 this._load = new Laya.Loader() this._load.on(Laya.Event.ERROR, this, this.onError); this._load.on(Laya.Event.COMPLETE, this, this.loadComplete); this._load.load(this._data.url, Laya.Loader.ATLAS, true); 加载完成后 this._ani = new Animat...

来源: Laya_社区 发布时间: 20171212

193. laya.components.AnimatorController2D_API3.0 [ 80%]

...ch Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimatorController2D" AnimatorController2D Class AnimatorController2D 2D动画控制器 Hierarchy Resource AnimatorController...

来源: Laya3.0_api 发布时间: 20231115

194. Uncaught TypeError: Cannot read property 'XXX' of undefined [ 80%]

...not read property 'XXX' of undefined private var spe:Sprite; private function showApe():void {             spe = new Sprite();             spe.mouseEnabled = true;             spe.x = 100;             spe.y = 100;             spe.width = 512;        ...

来源: Laya_社区 发布时间: 20170407

195. LAYAAIR加载SWF无线循环 [ 80%]

LAYAAIR加载SWF无线循环    private const SheepSWFPath:String = "res/swf/sheep3.swf";   Laya.init(1136, 640);         //  Laya.stage.alignV = Stage.ALIGN_MIDDLE;         //  Laya.stage.alignH = Stage.ALIGN_CENTER;             Laya.stage.screenMode = Stage.SC...

来源: Laya_社区 发布时间: 20170804

196. 分享:销毁龙骨动画! [ 80%]

分享:销毁龙骨动画! package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.display.Sprite; import laya.events.Event; import laya.utils.Browser; import laya.utils.Stat; import laya.webgl.WebGL; public class ASDemo { private var mAniPath:String; private var mFac...

来源: Laya_社区 发布时间: 20170406

197. laya.resource.AtlasResource_API3.0 [ 80%]

...ch Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/AtlasResource" AtlasResource Class AtlasResource 大图合集资源 Hierarchy Resource AtlasResource Index Constructors constru...

来源: Laya3.0_api 发布时间: 20231115

198. 求教Event.KEY_DOWN和Event.MOUSE_DOWN调用window.open相关问题 [ 80%]

...E_DOWN调用window.open相关问题 点击的调用函数: private function OnDown(e:Event):void { Browser.window.open("http://baidu.com"); } Laya.stage.on(Event.KEY_DOWN, this, OnDown);//正常 Laya.stage.on(Event.MOUSE_DOWN, this, OnDown);//被拦截 Laya.stage.on(Event.CLICK, this, OnD...

来源: Laya_社区 发布时间: 20181227

199. laya.d3.component.animator.AnimatorController_API3.0 [ 80%]

...ch Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorController" AnimatorController Class AnimatorController Hierarchy Resource AnimatorController Index Constr...

来源: Laya3.0_api 发布时间: 20231115

200. l龙骨动画内存上升 [ 80%]

...求解决方法 留言给我;要下班了;谢谢 大家 public function LayaSample() {             //初始化引擎             Laya.init(1136, 640, WebGL);             Laya.stage.bgColor = "#ffffff";             Laya.stage.on(Event.CLICK, this, play);    ...

来源: Laya_社区 发布时间: 20170406