大约有 7,303 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0169 秒)
Laya_社区(6350) Laya3.0_api(281) Laya2.0_文档(230) Laya2.0_api(177) laya_api(145) Laya3.0_文档(111) Laya2.0_示例(5) Laya_示例(4)
...rom Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boole...
来源: Laya3.0_api 发布时间: 20231115
...ng(Laya.loader.getRes(url)).firstChild;这样的方式,可以获取到xml对象,调用protocols.children.length没有问题。但是在native模式下。获取出来的对象调用protocols.children.length出错。说是protocols.children对象为null.native下不支持Laya.Utils.parseXMLFromStr...
来源: Laya_社区 发布时间: 20180703
... EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, on...
来源: Laya2.0_api 发布时间: 20190513
... 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 使用getChildByName()无法得到子节点对象 合并小图片 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 重力感应 Accelerator 发布...
来源: Laya_社区 发布时间: 20200709
... EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, on...
来源: laya_api 发布时间: 20170929
...见。BaseCamera destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node enableRender : Boolean = true是否允许渲染。Camera farPlane : Number 获取远裁面。 BaseCam...
来源: Laya2.0_api 发布时间: 20190513
...rom Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boole...
来源: Laya3.0_api 发布时间: 20231115
...rom Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boole...
来源: Laya3.0_api 发布时间: 20231115
...为什么啊,不添加事件的回调参数时3,能打印出来事件对象,当我添加了事件回调参数,事件对象没有了,如果我两个都想要咋办啊 补充一下,回调参函数,我数组里边添加了几个对象,回调函数必须用参数来接收才行,不...
来源: Laya_社区 发布时间: 20180113
自定义事件 自定义事件的派发和侦听只能在一个对象上吗?如何实现全局性的自定义事件派发器, 就是说我可以在任意位置派发,而只要注册过监听的对象都能触发回调,类似cocos2dx的事件派发器 2017-09-06 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20170906