大约有 223 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
laya.display.Text对象的event事件监听无效? DEMO地址 http://jsbin.com/naxucicovo/edit?html,output 找到原因了 txt.text = '123'; //会调用EVENT.CHANGE事件 // txt.changeText('change text'); //不会调用event.change事件 事件绑定必须写成 txt.on(Laya.Event.CHANGE, th...
来源: Laya_社区 发布时间: 20170804
...有派发成功,下面是testDemo LayaSample类: package { import laya.display.Sprite; public class LayaSample extends Sprite{ public static var event:String = "event"; public function LayaSample() { super(); //初始化引擎 Laya.init(1136, 640); var re:Revent = new Revent(); var de:DisEvent =...
来源: Laya_社区 发布时间: 20170604
...弹出和收回状态。 参考代码如下:package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.text.TextField; import flash.text.TextFieldType; import flash.ui.Ke...
来源: Laya_社区 发布时间: 20151225
...ndex | Frames No Frames NodeProperties | Methods | Events Packagelaya.displayClasspublic class NodeInheritanceNode EventDispatcher ObjectSubclasses ComponentNode, Sprite Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya 运行时中显示的所有对象。...
来源: laya_api 发布时间: 20170929
...connect事件(已解决) AS3代码如下 package { import flash.display.Sprite; import flash.events.Event; import flash.net.Socket; public class TestWebSocket extends Sprite { public var s:Socket; public function...
来源: Laya_社区 发布时间: 20160810
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Node" Node Class Node Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya 运行时中显示的所有对象。使用 Node 类排列显示列表中的显示对象。Node 对象可...
来源: Laya3.0_api 发布时间: 20231115
...ndex | Frames No Frames NodeProperties | Methods | Events Packagelaya.displayClasspublic class NodeInheritanceNode EventDispatcher ObjectSubclasses Sprite Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya 运行时中显示的所有对象。使用 Node 类...
来源: Laya2.0_api 发布时间: 20190513
...值。*/ static REMOVED: string; /** 定义 display 事件对象的 type 属性值。*/ static DISPLAY: string; /** 定义 undisplay 事件对象的 type 属性值。*/ static UNDISPLAY: string; /** 定义 erro...
来源: Laya_社区 发布时间: 20170601
...监听 设置一个对象的visible,但是不知道监听那个事件,display和undisplay,并未触发 removed和add更不是了 2018-08-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Libertas 赞同来...
来源: Laya_社区 发布时间: 20180823
...接 提交 1 个回复 cuixueying 赞同来自: ohkei Laya.stage.on(Event.DISPLAY,this,onAdded); 2017-03-25 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jim606 相关问题 unity导出粒子文件问题 laya针对页游耗用内存大...
来源: Laya_社区 发布时间: 20170325