大约有 39 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0034 秒)
... layabox 赞同来自: 有两种导致问题的可能性, 一、 atlas-generator.exe 被杀毒软件 误杀,那关了杀毒软件尝试一下 二、项目的资源太多,过大导致。 这种情况,已经解决,可以升级LayaAirIDE 2.12版本解决 如果2.12新版本没有发布...
来源: Laya_社区 发布时间: 20210302
...AirIDEMac_1.7.9.app/Contents/Resources/app/out/vs/layaEditor/libs/TP/atlas-generator: Permission denied at ChildProcess.exithandler (child_process.js:223) at emitTwo (events.js:106) at ChildProcess.emit (events.js:191) at maybeClose (internal/child_process.js:885) at Socket.<anonymous> (intern...
来源: Laya_社区 发布时间: 20170829
...RLRequest("aaa")); private function onCom(event:Event):void { // TODO Auto-generated method stub addChild(event.target.content) } 使用宏命令(Laya_Publish_H5)翻译到layaIflash编译器可以看到效果,有什么问题可以随时告诉我们!!! 2015-12-14 1 2 分享 微博 QZON...
来源: Laya_社区 发布时间: 20151214
...准确性。 随着联网搜索与检索增强(RAG, Retrieval-Augmented Generation)技术的成熟,越来越多的AI模型开始具备实时访问互联网信息的能力,从而在事实准确性与推理深度之间实现了更好的平衡。 总体而言,具备联网搜索能力的推理...
来源: Laya3.0_文档 发布时间: 20251103
...用 运行demo 按F12 生成 代码如下/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import SceneBase from '../SceneBase' import View=Laya.View; import Dialog=Laya.Dialog; var REG: Function = Laya.ClassUtils.regClass; export module ui { export ...
来源: Laya_社区 发布时间: 20190418
...不一致了 这是创建项目时的内容/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import GameUI from "./script/GameUI" import GameControl from "./script/GameControl" import Bullet from "./script/Bullet" import DropBox from "./script/DropBox" ...
来源: Laya_社区 发布时间: 20181001
...建视频的主要代码 private function initVideo():void { // TODO Auto Generated method stub // 创建Video元素 var div:* = Browser.createElement("div"); div.setAttribute("id", "videobox"); Browser.document.body.appendChild(div); // var canvas:* = Browser.getElementById("layaCanvas") // canvas....
来源: Laya_社区 发布时间: 20180313
...ontext); } protected function onSwfLoaded(event:Event):void { // TODO Auto-generated method stub var mc:MovieClip=event.target.content as MovieClip; mc.play(); addChild(mc) } } }提示: 1、在laya下使用laoder加载SWF文件,需添加load()方法的LoaderContext参数。图片则不需要...
来源: Laya_社区 发布时间: 20151224
...ow-->Rendering-->Lighting Settings打开Lighting面板,点击最下方的Generate Lighting按钮。 然后导出场景。在LayaAir中直接加载`.ls`文件,就可以很方便的看到你搭建的反射探针场景。 > 当前的版本,使用了反射探针的物体不能进行静态合并以...
来源: Laya2.0_文档 发布时间: 20210715
...的格式。 示例代码如下: import { ItemBoxBase } from "./ItemBox.generated"; const { regClass, property } = Laya; @regClass() export class Script extends ItemBoxBase { constructor() { super(); } get dataSource(): any { return super.dataSource; } set dataSource(value: any) { super.dataSource...
来源: Laya3.0_文档 发布时间: 20251010