大约有 1,599 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
Laya_社区(983) Laya2.0_文档(205) Laya3.0_api(176) Laya2.0_api(99) laya_api(85) Laya3.0_文档(33) Laya_示例(9) Laya2.0_示例(9)
...atlas文件后会执行Loader.as的onLoaded中的如下代码 }else{ for (name in frames) { obj = frames[name];//取对应的图 tPic = pics[obj.frame.idx ? obj.frame.idx : 0];//是否释放 [i][b]url = URL.formatURL(directory + name); [/b][/i] cacheRes(url, Texture.create(tPic, obj.frame.x, obj.fra...
来源: Laya_社区 发布时间: 20180415
...没有打包 console.log("目标所属的OWER"+this.owner.name + ""); console.log("目标所属的OWER:"+this.owner.name.slice(12,13) + ""); Laya.Scene.open("test/PuzzleScene"+this.owner.name.slice(12,13)+".scene",true,null,null,null); 附件 : -->...
来源: Laya_社区 发布时间: 20201115
...hild":[{"type":"Button","props":{"y":616,"x":296,"skin":"comp/button.png","name":"butStart","label":"label"},"compId":3}],"loadList":["comp/button.png"],"loadList3D":[]}; constructor(){ super()} createChildren():void { super.createChildren(); this.createView(GameSceneuiUI.uiView); } } REG("ui.GameSc...
来源: Laya_社区 发布时间: 20200228
...分感谢。 const loadTask = wx.loadSubpackage({ name: '3d', // name 可以填 name 或者 root success: function (res) { console.log('res ----------> ',res); // 分包加载成功后...
来源: Laya_社区 发布时间: 20190514
...hild":[{"type":"Button","props":{"y":616,"x":296,"skin":"comp/button.png","name":"butStart","label":"label"},"compId":3}],"loadList":["comp/button.png"],"loadList3D":[]}; constructor(){ super()} createChildren():void { super.createChildren();...
来源: Laya_社区 发布时间: 20200228
...ta.meta.scale); for (var name in frames) { var obj = frames[name]; var tPic = pics[obj.frame.idx ? obj.frame.idx : 0]; ...
来源: Laya_社区 发布时间: 20201130
...rrainSprite3D Index Constructors constructor Properties _extra _scene _url name LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOSITION REFLECTIONTEXTURE SAHDERDEFINE_LIGHTMAP SHADERDEFINE_...
来源: Laya3.0_api 发布时间: 20231102
...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对...
来源: Laya2.0_api 发布时间: 20190513
...cuixueying 赞同来自: 189*****192 为你的每个button设置name属性,譬如btn001,btn001,利用for循环的i值去给name赋值,在鼠标点击事件触发的时候,获取e.target.name即可 或者 在for循环的过程中为你的btn添加鼠标事...
来源: Laya_社区 发布时间: 20170425
...tyDefined By floatValue : NumberEventData intValue : intEventData name : StringEventData stringValue : StringEventData time : NumberEventDataPublic Methods MethodDefined By EventData()EventDataProperty DetailfloatValuepropertypublic var floatValue:NumberintValueproperty public v...
来源: laya_api 发布时间: 20170422