• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 772 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0040 秒)

91. 微信小游戏加云开发,项目怎样配置 [ 85%]

...ionRoot": "cloudfunction/",    项目导入编译后错误 gameContext?id=1:58 libs/laya.ui.js:  TypeError: Class constructor Component cannot be invoked without 'new'     at new Widget (laya.ui.js:201)     at laya.ui.js:349     at laya.ui.js:1     at wrapFn (gameContext?id=1:51)     ...

来源: Laya_社区 发布时间: 20210322

92. laya.display.cmd.DrawPathCmd_API3.0 [ 85%]

...制矢量图形 Hierarchy DrawPathCmd Index Properties brush paths 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/displ...

来源: Laya3.0_api 发布时间: 20231115

93. laya.ani.AnimationTemplet_API3.0 [ 85%]

...source AnimationTemplet Templet Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG interpolation Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCr...

来源: Laya3.0_api 发布时间: 20231115

94. laya.display.BitmapFont_API3.0 [ 85%]

...5 Hierarchy Resource BitmapFont Index Constructors constructor Properties _id autoScaleSize destroyedImmediately dict fontSize letterSpacing lineHeight lock maxWidth name padding texture tint url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Method...

来源: Laya3.0_api 发布时间: 20231115

95. laya.display.cmd.DrawTextureCmd_API3.0 [ 85%]

...extureCmd Index Properties alpha blendMode color height matrix texture uv width x y ID Methods recover Properties alpha alpha: number Defined in laya/display/cmd/DrawTextureCmd.ts:42 (可选)透明度。 blendMode blendMode: string | null Defined in laya/display/cmd/DrawTextureCmd.ts:50 (可...

来源: Laya3.0_api 发布时间: 20231115

96. laya.display.cmd.DrawEllipseCmd_API3.0 [ 85%]

... Hierarchy DrawEllipseCmd Index Properties fillColor height lineColor lineWidth percent width x y ID Methods getBoundPoints recover Properties fillColor fillColor: any Defined in laya/display/cmd/DrawEllipseCmd.ts:27 填充颜色,或者填充绘图的渐变对象。 height height: number Defined i...

来源: Laya3.0_api 发布时间: 20231115

97. laya.display.cmd.DrawRectCmd_API3.0 [ 85%]

...形 Hierarchy DrawRectCmd Index Properties fillColor height lineColor lineWidth percent width x y ID Methods getBoundPoints recover Properties fillColor fillColor: any Defined in laya/display/cmd/DrawRectCmd.ts:31 填充颜色,或者填充绘图的渐变对象。 height height: number Defined in l...

来源: Laya3.0_api 发布时间: 20231115

98. 关于HttpRequest [ 85%]

...服务器 var obj: Object = { name: "stone", list: [1, 2, 3], items: [ { id: 1, count: 10 }, { id: 2, count: 0 } ] }; 2017-06-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 callback 赞同来自: 已解决。...

来源: Laya_社区 发布时间: 20170628

99. laya.display.cmd.FillTextureCmd_API3.0 [ 84%]

... FillTextureCmd Index Properties color height offset percent texture type width x y ID Methods getBoundPoints recover Properties color color: number = 4294967295 Defined in laya/display/cmd/FillTextureCmd.ts:50 (可选)绘图颜色 height height: number Defined in laya/display/cmd/FillTextureCmd...

来源: Laya3.0_api 发布时间: 20231115

100. JSON文件加载成功后,怎么解析成Object对象 [ 84%]

... res/json/config.json文件内容: --------------------------------- {"id": 1, "name": "Otto"} AS测试代码(文档类): --------------------------------package { import laya.display.Text; import laya.net.Loader; import laya.utils.Handler; /** * ... * @author OttoChen */ public class TestMain {...

来源: Laya_社区 发布时间: 20180227