大约有 854 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0044 秒)
Laya_社区(263) Laya3.0_api(263) Laya2.0_api(142) laya_api(119) Laya3.0_文档(34) Laya2.0_文档(28) Laya_示例(3) Laya2.0_示例(2)
...ean): void Defined in laya/layagl/QuickTestTool.ts:23 Parameters type: any Default value force: boolean = false Returns void Globals "laya/layagl/QuickTestTool" QuickTestTool constructor _renderType _repaint _x _y render __init__ enableQuickTest getMCDName showCountInfo showRenderTypeInfo Legend Cla...
来源: Laya3.0_api 发布时间: 20231115
...导出时有时候成功,有时候失败,生成的文件名字为unity default resources-Sphere.lm,不知道是哪里的问题,unity版本为Unity 5.6.0f3 (64-bit),unity资源(low poly pack)和在商店里面的名字截图(source.png)、导出的错误资源(LayaScene_Demo1)、导出配...
来源: Laya_社区 发布时间: 20181029
...rIn); } import { ui } from "./ui/layaMaxUI"; export default class ShopDialog extends ui.ShopDialogUI { constructor() { super(); this.popupEffect = Laya.Handler.create(this, this.showEffect); this.closeEffect = Laya.Handler.create(this, this.hideEffect); this.btnClose.on(Laya.E...
来源: Laya_社区 发布时间: 20190121
2.0版本,Particle2D is not a constructor export default class RunMain extends Laya.Sprite{ constructor(){ super(); Laya.loader.load([{url:"res/213.part",type:Laya.Loader.JSON}],Laya.Handler.create(this,this.onAssetsLoaded)); } onAssetsLoaded(){ let pg = Laya.loader.getRes("res/213.part"); let pd...
来源: Laya_社区 发布时间: 20181120
...ass="component.ScaleButton" inherit="Button" skinLabel="skin" >> defaultValue="label=''" resName="sButton" icon="Box" groups="公用, 常用, 宽高及位置" drag="3"> >> <prop name="scaleTime" tips="缩放使用的时间" type="number" default="100" group="常用" /> &...
来源: Laya_社区 发布时间: 20180411
...看后面。模块的导出和加载使用ES6标准的`export或者export default`和`import a from "./a"`。由于使用了browserify和tsify编译,browerify是根据入口文件开始查找所有import文件,根据依赖关系进行编译,所以根本找不到namespace的定义文件。也...
来源: Laya_社区 发布时间: 20190422
... Using gulpfile ~/Documents/sports1/.laya/gulpfile.js [11:19:00] Starting 'default'... 出错了: TypeScript error: ../node_modules/@types/node/index.d.ts(34,22): Error TS6053: File '../node_modules/@types/node/inspector.d.ts' not found. 重装node.js 和 ts 都不行...求救~~ 2018-12-06 添...
来源: Laya_社区 发布时间: 20181206
...ayaair2-cmd.js LayaMaxUI的导出能不能采用ES6 module的方式 export default 这种方式太痛苦了 2.2.0版本用命令行发布包报出异常 Error: Cannot find module 'gulp' 问题状态 最新活动: 2019-02-28 16:45 浏览: 3263 关注: 5 人 151*****601 • 2018-10-02 21:29 能不能...
来源: Laya_社区 发布时间: 20181002
...以在unity里正常,把图片在unity里面别选择成为法线选择default就会发现在unity里也是这样子的,让美术重新做一个正确的法线贴图 2019-06-20 0 3 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: unity的模型也发上来吧 2019-06-20 0 2 分享 微博 QZON...
来源: Laya_社区 发布时间: 20190619
...derElement.ts:175 Parameters customShader: Shader3D replacementTag: string Default value subshaderIndex: number = 0 Returns void _renderUpdatePre _renderUpdatePre(context: RenderContext3D): void Inherited from RenderElement._renderUpdatePre Defined in laya/d3/core/render/RenderElement.ts:219 Paramet...
来源: Laya3.0_api 发布时间: 20231102