大约有 422 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0044 秒)
Laya_社区(275) Laya3.0_api(94) Laya2.0_文档(19) laya_api(8) Laya3.0_文档(8) Laya2.0_api(8) Laya2.0_示例(6) Laya_示例(4)
...: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '[]'. [14:22:35] 'compile' errored after 286 ms [14:22:35] Error: Unexpected token (Note that you need plugins to import files that are not JavaScript) at error (/usr/local...
来源: Laya_社区 发布时间: 20191115
...: boolean Returns Promise<any> Promise对象 loadPackage loadPackage(path: string, onProgress?: ProgressCallback): Promise<void> loadPackage(path: string, remoteUrl?: string, onProgress?: ProgressCallback): Promise<void> Defined in laya/net/Loader.ts:899 载入一个分包 path 小...
来源: Laya3.0_api 发布时间: 20231115
...你import的时候就会有问题。 ts里官方可以用/// <reference path="A.ts" />来引用到其他文件中的类。 但是laya在编译的时候,并没有把其他文件的ts转换到bundle.js中。导致在运行过程中找不到。 laya只处理了import {A} from "......" 。这...
来源: Laya_社区 发布时间: 20190302
...plicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ /* Module Resolution Options */ // "moduleResolution": "node",...
来源: Laya_社区 发布时间: 20190408
...java.lang.ClassNotFoundException: Didn't find class "demo.MainActivity" on path: DexPathList[[zip file "/data/app/com.angelport.apptest-Lo_yTvpJWT9iznFcVx-p0w==/base.apk"],nativeLibraryDirectories=[/data/app/com.angelport.apptest-Lo_yTvpJWT9iznFcVx-p0w==/lib/arm64, /data/app/com.angelport.apptest-Lo...
来源: Laya_社区 发布时间: 20190102
... { "type":"Laya.StandardMaterial", "path":"Assets/mainRole/archer/fashion/Materials/AJ_PS_Health.lmat" } ], "meshPath":"Assets/mainRole/archer/fashion/jacket_default-AJ_PS_Health.lm" }, "components":{}, ...
来源: Laya_社区 发布时间: 20181013
...上图所示: module: 分包后的js文件命名 path: 自定义类文件存放的路径 内容写完,Ctrl+S进行保存。将.txt后缀改名为.def后缀。完成 3、点击宏命令Laya_js(参考:环境配置),进行js项目发布,这时候你...
来源: Laya_社区 发布时间: 20160514
...,请问怎么把之前的描边重新移 除呢? import { PathData } from "../data/PathData"; import InsManager from "../manager/InsManager"; import { BlurEffect, BlurMaterial } from "../shader/BlurShader/BlurEffect"; export class CommandBuffer_Outline { pri...
来源: Laya_社区 发布时间: 20210203
...let mBoneArr : Vector.<Bone>Templet mRootBone : BoneTemplet pathArr : Array path数据 Templet rate : NumberTemplet skinDataArray : Array 皮肤数据 Templet skinDic : Object 皮肤的字典数据 Templet skinSlotDisplayDataArr : Vector.<SkinSlotDisplayData> 实际...
来源: Laya2.0_api 发布时间: 20190513
... Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 问题状态 最新活动: 2017-04-08 16:19 浏览: 942 关注: 2 人
来源: Laya_社区 发布时间: 20170408