• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 737 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0044 秒)

161. 垂直布局容器组件 · LayaAir3.0文档 · LAYABOX [ 83%]

...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

162. 天理何在,一个轴心点位中心的addChild到一个父容器,父容器的轴线点也是中心 [ 83%]

...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

163. 水平布局容器组件 · LayaAir3.0文档 · LAYABOX [ 83%]

...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

164. laya.d3.graphics.IVertex [ 83%]

...VertexPosition, VertexPositionNTBTexture, VertexPositionNTBTexture0Texture1Skin, VertexPositionNTBTextureSkin, VertexPositionNormal, VertexPositionNormalColor, VertexPositionNormalColorSkin, VertexPositionNormalColorSkinTangent, VertexPositionNormalColorTangent, VertexPositionNormalColorTexture, Ver...

来源: laya_api 发布时间: 20170929

165. 导入FBX报错 [ 83%]

...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

166. list方法onSelect失效 [ 83%]

...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

167. 按钮加载皮肤丢失 [ 82%]

按钮加载皮肤丢失 废话不多少,直接上代码 先预加载 skinsSecond.push( { url:"allResources/qfbutton.png", type:Loader.IMAGE }); 然后就是一些和服务器交互的操作了,在接到某一条数据,需要用到资源的时候的代码; for (var i:Number = 0; i < allA...

来源: Laya_社区 发布时间: 20170320

168. 范例里。已经预加载资源,但是调试里面无法显示出资源。 [ 82%]

...何在调试里面显示出资源。 控制台反馈:资源丢失 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

169. List翻页效果 [ 82%]

..._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

170. List翻页效果怎么实现 [ 82%]

..._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