大约有 640 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0037 秒)
Laya3.0_api(295) Laya_社区(269) Laya2.0_文档(32) Laya3.0_文档(30) Laya2.0_示例(5) Laya2.0_api(5) laya_api(2) Laya_示例(2)
...了关键性的一句,要在GameConfig.js开头添加import HelloLayaBox from "./HelloLayaBox",HelloLayaBox是我自己显示Hello Layabox的脚本文件。 2018-10-12 1 0 分享 微博 QZONE 微信 爱有你 赞同来自: 官方IDE有自带一个示例,2D、3D示例各一个,可以正常运...
来源: Laya_社区 发布时间: 20180929
...: 试了一下TS版本,AddComponent 并加入了 import CameraMoveScript from "./CameraMoveScript"就可以用,同样的方法JS版本就不行! 2019-06-02 0 1 分享 微博 QZONE 微信 泡茶用咖啡 赞同来自: 又自己解决了,发现LAYAIDE调试有些问题! 2019-06-02 0 0 分享...
来源: Laya_社区 发布时间: 20190602
...e, sprite: Sprite, context: Context, x: number, y: number): void Inherited from BlurFilter._filter Defined in laya/filters/Filter.ts:38 Parameters this: RenderSprite sprite: Sprite context: Context x: number y: number Returns void Globals "laya/filters/BlurFilter" BlurFilter constructor renderFunc s...
来源: Laya3.0_api 发布时间: 20231115
...错误TypeLoadException: Could not load type 'UnityEngine.ImageConversion' from assembly 'LayaAirLibrary'. LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData () LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs...
来源: Laya_社区 发布时间: 20180411
...同来自: 在flashbuilder的运行参数里面加了 --allow-file-access-from-files --allow-file-access-frome-files --disable-web-security 也不行呢? LayaAir用chrome怎么就没事呢? 2018-03-07 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...
来源: Laya_社区 发布时间: 20180307
...essageReceived); private onMessageReceived(msg:any):void { //received data from server var byte:Byte=new Byte(); byte.writeArrayBuffer(msg); byte.pos=0; byte.endian=Socket.BIG_ENDIAN; //拆包开始 :依旧是length id buffer var length:number=byte.getUinit32(); var id:number=byte.getUint32(); //...
来源: Laya_社区 发布时间: 20171113
...of your Apple Developer account, as well as removal of all associated apps from the App Store. 2018-02-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_XS 赞同来自: 你的问题已经跟引擎部同事...
来源: Laya_社区 发布时间: 20180213
...st at 'file:///Users/andyzu/Desktop/LayaGame/demo/myLaya/bin/version.json' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. __proto.send @ laya.core.js:23023 laya.core.js:23075 /Users/andyz...
来源: Laya_社区 发布时间: 20190718
...输入设备 The path of the CDN the sample will fetch controller models from: MeshSource https://cdn.jsdelivr.net/npm/@webxr-input-profiles/assets@1.0.9/dist/profiles/ Hierarchy WebXRInputManager Index Constructors constructor Properties tempVec tempVec1 Methods bindMeshNode bindRayNode getContro...
来源: Laya3.0_api 发布时间: 20231115
...到dist目录下,改为jszip.d.ts,导入代码为: import * as JSZip from "../node_modules/jszip/dist/jszip"使用代码为: let zipUrl = "resources/files/config.zip"; Laya.loader.load([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, nu...
来源: Laya_社区 发布时间: 20230208