大约有 1,583 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0096 秒)
Laya_社区(1400) Laya3.0_api(64) Laya2.0_文档(54) Laya3.0_文档(42) Laya2.0_示例(9) Laya_示例(8) laya_api(3) Laya2.0_api(3)
...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...
来源: Laya3.0_api 发布时间: 20231115
...vot(55, 72); this.ape.pos(Laya.stage.width / 2, Laya.stage.height / 2); // 显示默认纹理 this.switchTexture(); this.ape.on("click", this, this.switchTexture); } private switchTexture(): void { var textureUrl: string = (this.flag = !this.flag) ? this.texture1 : this.texture2; // 更换纹理 thi...
来源: Laya2.0_示例 发布时间: 20241120
...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...
来源: Laya3.0_api 发布时间: 20231115
...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...
来源: Laya3.0_api 发布时间: 20231115
...rowSpacing = 10; let rowHeightDelta = this.rowSpacing + this.rowHeight; // 显示左侧标签 this.showLabel("邮箱", 0, rowHeightDelta * 0); this.showLabel("出生日期", 0, rowHeightDelta * 1); this.showLabel("密码", 0, rowHeightDelta * 2); // 显示右侧输入框 let emailInput = this.create...
来源: Laya2.0_示例 发布时间: 20241120
...,请检查后重新编译。 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 ide 2.4 layaair2-cmd 编译...
来源: Laya_社区 发布时间: 20211102
...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...
来源: Laya3.0_api 发布时间: 20231115
...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...
来源: Laya3.0_api 发布时间: 20231115
...dragArea = "0,0,150,50";//设置 dialog 的拖拽区域。 dialog.show();//显示 dialog。 dialog.closeHandler = new Handler(this, onClose);//设置 dialog 的关闭函数处理器。 } private function onClose(name:String):void { if (name == Dialog.CLOSE) { trace("通过点击 name 为" + name +"...
来源: Laya3.0_api 发布时间: 20231115
...orted Menu Globals "laya/display/Text" Text Class Text Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的...
来源: Laya3.0_api 发布时间: 20231115