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

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

1491. laya.ui.DialogManager_API3.0 [ 46%]

...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...

来源: Laya3.0_api 发布时间: 20231115

1492. Sprite-切换纹理 [ 46%]

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

1493. laya.map.MapLayer_API3.0 [ 46%]

...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...

来源: Laya3.0_api 发布时间: 20231115

1494. laya.ani.swf.MovieClip_API3.0 [ 46%]

...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...

来源: Laya3.0_api 发布时间: 20231115

1495. DOM元素-表单输入 [ 46%]

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

1496. layaair2-cmd compile编译报内存溢出 [ 46%]

...,请检查后重新编译。 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 ide 2.4 layaair2-cmd 编译...

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

1497. laya.display.AnimationBase_API3.0 [ 45%]

...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...

来源: Laya3.0_api 发布时间: 20231115

1498. laya.display.Scene_API3.0 [ 45%]

...id Inherited from Text.cacheAs Defined in laya/display/Sprite.ts:343 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像...

来源: Laya3.0_api 发布时间: 20231115

1499. laya.ui.Dialog_API3.0 [ 45%]

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

1500. laya.display.Text_API3.0 [ 45%]

...orted Menu Globals "laya/display/Text" Text Class Text Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的...

来源: Laya3.0_api 发布时间: 20231115