大约有 18 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
..."scale":[ 1, 1, 1 ] }, "components":{}, "child":[ { "type":"MeshSprite3D", "props":{ "isStatic":false, "name":"AJ_PS_Health" }, "customProps":{ "layer":0, ...
来源: Laya_社区 发布时间: 20181013
...个问题了,反复测试了很多次,结局依然是undefined。 laya.components.Script 里面定义了 /** @prop {name:poker,tips:"prefab",type:Prefab}*/ private mPokerObj: laya.components.Prefab 然后再编辑模式里面手动拖拽事先编辑好的prefab 然后再代码中 laya.utils.Pool...
来源: Laya_社区 发布时间: 20190304
... var zombieAnimator:Animator =layaMonkey.getChildAt(0).getComponentByType(Animator) as Animator; zombieAnimator.clip.islooping = true; zombieAnimator.stop(); 错误提示:TypeError...
来源: Laya_社区 发布时间: 20180122
构造函数的__super.call(this)以及调用基类方法的laya.ui.Component.prototype.onCompResize.call(this);在2.0是怎么写的 语言:js 2019-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什...
来源: Laya_社区 发布时间: 20190322
...lt;/ScaleButton> <MenuBtn className="laya.customUI.MenuBtn" inherit="Component" skinLabel="skin" resName="mbtn" icon="mbtn" group="公用,常用,宽高及位置" drag="3"> <prop name="skin" tips="按钮皮肤" type="string" default="" group="常用"/> <prop name="bgSkin" tips="按...
来源: Laya_社区 发布时间: 20161026
...****** <UIView y="53" x="476" var="autoText" editorInfo="source=view/component/myTexts.ui;compId=8"/> </Dialog> 现在问题来了。 在dialog里,只能 autoText.txts.text="张三"; 可显示 不能 autoText.dataSource={"name":"张三","ids":215}; 不可显示 求正确...
来源: Laya_社区 发布时间: 20170703
...lBar.value; }); /** 自定义list渲染 */ private OnRankLisLabRender(item:component.UIButton, index: number): void { item.name = index.toString(); item.onClick(this,this.OnCliickItem); } /** 点击item单个道具的时候*/ private OnCliickItem(item: component.UIButton) { let index = parseInt( ite...
来源: Laya_社区 发布时间: 20180515
... ?> >> <uiComp> >> <ScaleButton className="component.ScaleButton" runClass="component.ScaleButton" inherit="Button" skinLabel="skin" >> defaultValue="label=''" resName="sButton" icon="Box" groups="公用, 常用, 宽高及位置" drag="3"> >> &l...
来源: Laya_社区 发布时间: 20180411
...r __proto__=testUI.prototype; __proto__.createChildren=function(){ laya.ui.Component.prototype.createChildren.call(this); this.createView(testUI.uiView); } testUI.uiView={"type":"Dialog","props":{"width":266,"height":720},"child":[{"type":"Image","props":{"y":0,"x":0,"skin":"poker/bottom_slider.png"...
来源: Laya_社区 发布时间: 20180325
...用了。 如果要调用其它script的方法,可以使用self.xxx._components[0].someFunc(); 我这么用好使,但是可能不规范,最好还是问问官方。 2019-03-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 181***...
来源: Laya_社区 发布时间: 20190313