大约有 687 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(339) Laya3.0_api(152) Laya2.0_api(96) laya_api(62) Laya2.0_文档(29) Laya3.0_文档(8) Laya2.0_示例(1)
...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 游戏运行在chrome里面 听不见声音 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 关于遍历产生的sprite的点击事件,急,大神帮看哈 ios14系统下 blendMode='l...
来源: Laya_社区 发布时间: 20180807
...素始终保持在最底部显示? TextInput重写onFocus和onBlur事件监听不到 Tween如何实现无限循环改变alpha? 关于遍历产生的sprite的点击事件,急,大神帮看哈 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上...
来源: Laya_社区 发布时间: 20170517
...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? ui list 里面的元素不能点击两次 关于遍历产生的sprite的点击...
来源: Laya_社区 发布时间: 20170803
... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...
来源: Laya3.0_api 发布时间: 20231115
...,-1,0); } else { vec = new Laya.Vector3(0,1,0); } this.rotate(vec); } } 监听的鼠标移动事件 Laya.stage.on(Laya.Event.MOUSE_UP,this,this.mouseUp); Laya.stage.on(Laya.Event.MOUSE_DOWN,this,this.mouseDown); Laya.stage.on(Laya.Event.MOUSE_MOVE,this,this.mouseMove); private mouseDown():void...
来源: Laya_社区 发布时间: 20180113
...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 请问在layaIDE里,怎么调用微信小程序API ui list 里面的元素不能点击两次 关于遍历产生的sprite的点击事件,急,大神帮看哈 iphone自带浏览器页面怎么锁定 Animation...
来源: Laya_社区 发布时间: 20180111
... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...
来源: Laya3.0_api 发布时间: 20231115
...age的 this.height值不对,所以我用了个很不好的办法,就是监听beforeupdate,当它第一次进来的时候再初始化物理参数 因为这个时候拿到的this.height是对的。我觉得故事不应该是这样,作为伸手党~ 有其他办法拿到图片初始化时正确...
来源: Laya_社区 发布时间: 20180530
...素始终保持在最底部显示? TextInput重写onFocus和onBlur事件监听不到 分享:打地鼠 AS、JS、TS版本 Demo! 分享:适配LayaAir版本的PureMVC框架 Animation如何加点击事件 骨骼动画播放完后的回调时间 求高人分享使用protobuff框架的游戏demo...
来源: Laya_社区 发布时间: 20170830
...钮时,发送一个event自定义事件,在Sample中对该事件进行监听package { import laya.events.EventDispatcher; public class Mod extends EventDispatcher { public function Mod() { super(); } private static var _instance:Mod; public static function get index():Mod { return _instance ||= ...
来源: Laya_社区 发布时间: 20161218