大约有 1,287 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0067 秒)
Laya_社区(1108) Laya3.0_api(155) Laya3.0_文档(9) Laya2.0_文档(7) laya_api(3) Laya_示例(2) Laya2.0_示例(2) Laya2.0_api(1)
...计算方法也能算抄袭吗,不可能嘛 LagField • 2017-12-28 14:35 而且上面图里面改成rotate之后,第一个true改成false,坐标系又被扭曲了...... Laya_Aaron • 2017-12-28 14:36 @LagField:我只是回答问题啊,引擎不是我做的 (笑哭) LagField • 2017-12...
来源: Laya_社区 发布时间: 20171228
...nherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean canCollideWith get canCollideWith(): number set canCollideWith(value: number): void Inherite...
来源: Laya3.0_api 发布时间: 20231115
...nherited from Component.scriptPath Defined in laya/components/Component.ts:35 Static CULLINGMODE_ALWAYSANIMATE CULLINGMODE_ALWAYSANIMATE: number = 0 Defined in laya/d3/component/Animator.ts:53 裁剪模式_始终播放动画。 Static CULLINGMODE_CULLCOMPLETELY CULLINGMODE_CULLCOMPLETELY: number = 2...
来源: Laya3.0_api 发布时间: 20231102
...nherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean destroyed get destroyed(): boolean Inherited from Component.destroyed Defined in laya/compon...
来源: Laya3.0_api 发布时间: 20231115
....js 和 core.js 是对应的,其他都是一样的 zmd • 2018-06-04 17:35 编译出来的layauisample.js 仅包含自身逻辑的代码,code.js是所有js的合集,怎么对应呢,按照官方的教程来的。 Laya_Aaron • 2018-06-04 17:38 那就都引了。 Laya_Aaron • 2018-06-04 17:3...
来源: Laya_社区 发布时间: 20180604
...DER_STATE_BLEND_EQUATION: number = 9 Defined in laya/d3/shader/Shader3D.ts:35 渲染状态_混合方程。 Static RENDER_STATE_BLEND_EQUATION_ALPHA RENDER_STATE_BLEND_EQUATION_ALPHA: number = 11 Defined in laya/d3/shader/Shader3D.ts:39 渲染状态_ALPHA混合方程。 Static RENDER_STATE_BLEND_EQUA...
来源: Laya3.0_api 发布时间: 20231102
...nherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean destroyed get destroyed(): boolean Inherited from Component.destroyed Defined in laya/compon...
来源: Laya3.0_api 发布时间: 20231115
...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
...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
...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_示例 发布时间: 20260303