大约有 3,796 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0090 秒)
Laya_社区(2946) Laya3.0_api(669) laya_api(91) Laya2.0_api(82) Laya3.0_文档(6) Laya2.0_文档(1) Laya_示例(1)
...tices Methods getBounds Properties canvasPadding canvasPadding: number = 1 Defined in laya/ani/bone/canvasmesh/MeshData.ts:43 扩展像素,用来去除黑边 indexes indexes: Uint16Array = new Uint16Array([0, 1, 3, 3, 1, 2]) Defined in laya/ani/bone/canvasmesh/MeshData.ts:28 顶点索引 texture tex...
来源: Laya3.0_api 发布时间: 20231115
...kIn backIn(t: number, b: number, c: number, d: number, s?: number): number Defined in laya/utils/Ease.ts:109 开始时往后运动,然后反向朝目标移动。 Parameters t: number 指定当前时间,介于 0 和持续时间之间(包括二者)。 b: number 指定动画属性的初始值...
来源: Laya3.0_api 发布时间: 20231115
1.7.6 beta 编译后出现 XXXX is not defined 的报错 左边的是错误的编译结果,右边是正确的编译结果。 用了 outlaya=true 参数,每次编译之前需要删除: .actionScriptProperties.lprj 否则,无法正常编译 附件 : --> PointTest.rar 2017-06-26 添加评...
来源: Laya_社区 发布时间: 20170626
LayaAir引擎 微信小游戏发布问题,laya is not defined. 2.0版本air,创建的是微信2d示例,typescript,默认主文件是LayaUISimple.ts,里面的代码是那个默认Ui的演示。我把LayaUISimple.ts里面的代码都删除了,写入了自己一个简单的播放spine动...
来源: Laya_社区 发布时间: 20200219
...h Methods __init__ Constructors constructor new SkyRenderer(): SkyRenderer Defined in laya/d3/resource/models/SkyRenderer.ts:93 创建一个新的 SkyRenderer 实例。 Returns SkyRenderer Properties Static SUNLIGHTDIRCOLOR SUNLIGHTDIRCOLOR: number Defined in laya/d3/resource/models/SkyRenderer.ts:3...
来源: Laya3.0_api 发布时间: 20231115
...eByRandomTwoConstant Constructors constructor new StartFrame(): StartFrame Defined in laya/d3/core/particleShuriKen/module/StartFrame.ts:65 创建一个 StartFrame,不允许new,请使用静态创建函数。 实例。 Returns StartFrame Accessors constant get constant(): number Defined in laya/d3/...
来源: Laya3.0_api 发布时间: 20231115
...ltParser Methods parse Constructors constructor new UBBParser(): UBBParser Defined in laya/html/UBBParser.ts:16 Returns UBBParser Properties defaultImgHeight defaultImgHeight: number = 0 Defined in laya/html/UBBParser.ts:14 defaultImgWidth defaultImgWidth: number = 0 Defined in laya/html/UBBParser.t...
来源: Laya3.0_api 发布时间: 20231115
...aths pen x y ID Methods getBoundPoints recover Properties brush brush: any Defined in laya/display/cmd/DrawPathCmd.ts:26 (可选)刷子定义,支持以下设置{fillStyle:"#FF0000"}。 paths paths: any[] | null Defined in laya/display/cmd/DrawPathCmd.ts:22 路径集合,路径支持以下格...
来源: Laya3.0_api 发布时间: 20231115
debug 模式 提示 laya is not define 1.系统:ios 版本:2.2.0 beta 2.创建一个空的项目 3.修改GameConfig.json 中的 GameConfig.debug = true 问题: 运行的时候提示,laya is not define 我只是看一下 laya的日志 附件 : --> 2019-09-22 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20190922
...f module === 'object') module.exports = XMLReader; else if (typeof define === 'function' && define['amd']) define([], function () { return XMLReader; }); else if (typeof exports === 'object') exports["XMLReader"] = XMLReader; if (typeof exports === 'object' &...
来源: Laya_社区 发布时间: 20191011