大约有 2,842 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0076 秒)
Laya_社区(1671) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(70) Laya2.0_示例(16) Laya_示例(11)
...rm3D(owner:Sprite3D) 创建一个 Transform3D 实例。 Transform3D event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:Stri...
来源: laya_api 发布时间: 20170929
...ite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D addLayer(layer:Layer):void 增加可视图层。 BaseCamera clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clo...
来源: laya_api 发布时间: 20170929
...turns void effectiveProperty effectiveProperty(): Map<string, ShaderDataType> Inherited from Material.effectiveProperty Defined in laya/d3/core/material/Material.ts:534 get all material uniform property Returns Map<string, ShaderDataType> event event(type: string, data?: any): boolean In...
来源: Laya3.0_api 发布时间: 20231115
...么解决 var text:Laya.Text = someNode.getChildByName('textName'); [ts] Type 'Node' is not assignable to type 'Text'. Property '_text' is missing in type 'Node' 2016-10-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20161029
...Yangcy • 2018-06-11 14:28 @Laya_Aaron:if (!errorCode){ var tempData; if (type=="json" || type=="atlas"){ tempData=MiniAdpter.getJson(data.data); }else if (type=="xml"){ tempData=Utils.parseXMLFromString(data.data); }else { tempData=data.data; } if(!MiniAdpter.isZiYu &...
来源: Laya_社区 发布时间: 20180608
...ull):*[static] 根据指定的 json 数据创建节点对象。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "customProps":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"label", "rumti...
来源: laya_api 发布时间: 20170929
...。比如:简单数组:["a.png","b.png"];复杂数组[{url:"a.png",type:Loader.IMAGE,size:100,priority:1},{url:"b.json",type:Loader.JSON,size:50,priority:1}]。 * @param complete 加载结束回调。根据url类型不同分为2种情况:1. url为String类型,也...
来源: Laya_社区 发布时间: 20180502
...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...
来源: Laya2.0_api 发布时间: 20190513
Nodes 标签怎么使用 /** @prop {name:menuGoodsItems, type:Nodes}*/ menuGoodsItems: Laya.Box; IDE中怎么给这个赋值 2019-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 bpmf_d 赞同来自: we...
来源: Laya_社区 发布时间: 20190326
...发了,但没有btnName q12647 • 2017-03-31 15:21 底层close没有把type的值传进去 q12647 • 2017-03-31 15:21 /** * 关闭对话框。 * @param type 如果是点击默认关闭按钮触发,则传入关闭按钮的名字(name),否则为null。 */ public function close(type:String = nu...
来源: Laya_社区 发布时间: 20170327