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

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

1221. laya.resource.HTMLCanvas_API3.0 [ 27%]

...mber set width(width: number): void Defined in laya/resource/HTMLCanvas.ts:35 获取宽度。 Returns number Defined in laya/resource/HTMLCanvas.ts:39 获取宽度。 Parameters width: number Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/reso...

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

1222. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 27%]

...863752] =============onGLReady width=1080,height=1920 2018-01-09 20:50:15.135 ZhuaWawa[2531:1863752] download thread num = 3 2018-01-09 20:50:15.146 ZhuaWawa[2531:1863752] found the file in the package:shaders/todevVS.glsl 2018-01-09 20:50:15.147 ZhuaWawa[2531:1863752] found the file in the package:...

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

1223. UI-RefreshList [ 27%]

...ext = "操作提示"; tiptext.font = "Microsoft YaHei"; tiptext.fontSize = 35; tiptext.color = "#e5e5e5"; tiptext.pos(172, 20); tiptext.autoSize = true; var texArea = new TextArea(); image.addChild(texArea); texArea.hScrollBarSkin = ""; texArea.wordWrap = true; texArea.multiline = true; texArea.edit...

来源: Laya2.0_示例 发布时间: 20251219

1224. laya.d3.component.animator.Animator_API3.0 [ 26%]

...nherited from Component.scriptPath Defined in laya/components/Component.ts:35 Static CULLINGMODE_ALWAYSANIMATE CULLINGMODE_ALWAYSANIMATE: number = 0 Defined in laya/d3/component/Animator/Animator.ts:46 裁剪模式_始终播放动画。 Static CULLINGMODE_CULLCOMPLETELY CULLINGMODE_CULLCOMPLETELY: n...

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

1225. 在LayaIDE中下载的运行器启动报错 [ 26%]

... qian • 2018-03-19 16:15 最新的版本么 yan4234043 • 2018-03-19 16:35 是的,只从IDE里边 工具->运行器的二维码下载的

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

1226. laya.d3.core.render.BaseRender_API3.0 [ 26%]

...nherited from Component.scriptPath Defined in laya/components/Component.ts:35 sortingFudge sortingFudge: number Defined in laya/d3/core/render/BaseRender.ts:158 排序矫正值。 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Return...

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

1227. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 25%]

...nativeObj: any Defined in laya/d3/RenderObjs/NativeOBJ/NativeShaderData.ts:35 nativeObjID nativeObjID: number Implementation of INativeUploadNode.nativeObjID Defined in laya/d3/RenderObjs/NativeOBJ/NativeShaderData.ts:34 payload32bitNum payload32bitNum: number = 0 Defined in laya/d3/RenderObjs/Nativ...

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

1228. laya.resource.BaseTexture_API3.0 [ 25%]

...格式 Returns TextureCompareMode Defined in laya/resource/BaseTexture.ts:135 贴图压缩格式 Parameters value: TextureCompareMode Returns void cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number defaultTextur...

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

1229. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 25%]

...请: 与内容相关的链接 提交 13 个回复 Charles 赞同来自: 135*****645 、yangwm 、Just give me a reason 、麻辣干脆面 、小海 、骇客修炼者 、邹世禄更多 » 这是官方答复的吗?官方为何不在技术文档那里更新,怎么在论坛里发表文章…… 20...

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

1230. 基础文本 · LayaAir3.3 · 引擎文档 · LAYABOX [ 25%]

...向AS/JS/TS开发者提供HTML5开发技术方案!"; this.txt.fontSize = 35; this.txt.size(400,150); this.txt.borderColor = "#fa1515"; this.txt.overflow = "scroll"; this.txt.on(Laya.Event.MOUSE_DOWN, this, this.startScrollText); } /* 开始滚动文本 */ startScrollText() { prevX = this.txt.mouse...

来源: Laya3.0_文档 发布时间: 20251010