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

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

1. laya.ui.DialogManager_API3.0 [ 100%]

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

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

2. laya.ui.Dialog_API3.0 [ 80%]

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

3. laya.ui.Tree_API3.0 [ 79%]

... = 100;//设置 tree 对象的属性 x 的值,用于控制 tree 对象显示位置。 tree.y = 100;//设置 tree 对象的属性 y 的值,用于控制 tree 对象显示位置。 tree.width = 200;//设置 tree 的宽度。 tree.height = 100;//设置 tree 的高度。 Laya.stage.addChild(tre...

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