大约有 737 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0044 秒)
Laya_社区(535) Laya2.0_文档(76) Laya3.0_文档(29) Laya3.0_api(24) laya_api(23) Laya2.0_api(21) Laya2.0_示例(15) Laya_示例(14)
...tn2: Laya.Button; private btn3: Laya.Button; // 按钮皮肤资源 private skins: string = "atlas/comp/button.png"; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { Laya.loader.load(this.skins).then(() => { this.createBtn(); t...
来源: Laya3.0_文档 发布时间: 20241014
...addChild到一个父容器,父容器的轴线点也是中心 constructor(skin:Box) { super(); this.mc = skin; this._name = this.mc.name; this.addChild(this.mc); var xx:number = this.mc.x; var yy:number = this.mc.y; this.x = xx; this.y = yy; //一个轴心点中心的addChild到另一个轴线点...
来源: Laya_社区 发布时间: 20171220
...tn2: Laya.Button; private btn3: Laya.Button; // 按钮皮肤资源 private skins: string = "atlas/comp/button.png"; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { Laya.loader.load(this.skins).then(() => { this.createBtn(); t...
来源: Laya3.0_文档 发布时间: 20241014
...VertexPosition, VertexPositionNTBTexture, VertexPositionNTBTexture0Texture1Skin, VertexPositionNTBTextureSkin, VertexPositionNormal, VertexPositionNormalColor, VertexPositionNormalColorSkin, VertexPositionNormalColorSkinTangent, VertexPositionNormalColorTangent, VertexPositionNormalColorTexture, Ver...
来源: laya_api 发布时间: 20170929
...fo] index count: 314 [2023-06-20 18:19:19.050] [resource_tool] [info] Mesh Skin count: 1 [2023-06-20 18:19:19.050] [resource_tool] [info] Mesh Skin type: eRigid [2023-06-20 18:19:19.050] [resource_tool] [info] mesh skinned mode: eTotalOne [2023-06-20 18:19:19.050] [resource_tool] [info] mesh skinned...
来源: Laya_社区 发布时间: 20230621
...istBg.visible = true; this.reqImage = this.iconImg; this.imgList.vScrollBarSkin = ''; this.imgList.selectEnable = true; this.imgList.array = listArr; this.imgList.renderHandler = new Laya.Handler(this, this.onRender); this.imgList.selectHandler = new Laya.Handler(this, this.onSelect); } onSelect(ind...
来源: Laya_社区 发布时间: 20190318
按钮加载皮肤丢失 废话不多少,直接上代码 先预加载 skinsSecond.push( { url:"allResources/qfbutton.png", type:Loader.IMAGE }); 然后就是一些和服务器交互的操作了,在接到某一条数据,需要用到资源的时候的代码; for (var i:Number = 0; i < allA...
来源: Laya_社区 发布时间: 20170320
...何在调试里面显示出资源。 控制台反馈:资源丢失 lose skin listPage/checkbox.png lose skin listPage/checkbox.png lose skin template/ButtonTab/btn_LargeTabButton_Left.png lose skin template/ButtonTab/btn_LargeTabButton_Middle.png [warn]Retry to load: listPage/bg_list.png [error]Fai...
来源: Laya_社区 发布时间: 20171025
..._downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, this.onMou...
来源: Laya_社区 发布时间: 20171202
..._downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, this.onMou...
来源: Laya_社区 发布时间: 20181112