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

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

1. 显示与切换图片(JavaScript-LayaAir基础篇(JS)-位图) [ 100%]

...witchTexture() { var textureUrl = (flag = !flag) ? texture1 : texture2; // 更换纹理 ape.graphics.clear(); ape.loadImage(textureUrl); var texture = Laya.loader.getRes(textureUrl); } })(); ``` 运行代码效果如动图2-2所示: ![动图2-2](img/2-2.gif) (动图2-2) ## 2 、用drawTexture方...

来源: Laya2.0_文档 发布时间: 20210715

2. 显示与切换图片(TypeScript-LayaAir基础篇(TS)-位图) [ 96%]

...Url: string = (this.flag = !this.flag) ? this.texture1 : this.texture2; // 更换纹理 this.ape.graphics.clear(); var texture: Texture = Laya.loader.getRes(textureUrl); this.ape.loadImage(textureUrl); // 设置交互区域 this.ape.size(texture.width, texture.height); } } } new laya.Sprite_SwitchTe...

来源: Laya2.0_文档 发布时间: 20210715

3. List属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 69%]

...ction updateItem(cell:Item, index:int):void { //用获得的数据给图片更换皮肤 cell.img.skin=cell.dataSource; } /***选择单元格回调***/ private function onSelect(index:int):void { trace("当前选择的索引:" + index); } } } //单元格类,继承于Box import laya.ui.Box; import...

来源: Laya2.0_文档 发布时间: 20210715