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

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

1221. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 29%]

...计算方法也能算抄袭吗,不可能嘛 LagField • 2017-12-28 14:35 而且上面图里面改成rotate之后,第一个true改成false,坐标系又被扭曲了...... Laya_Aaron • 2017-12-28 14:36 @LagField:我只是回答问题啊,引擎不是我做的 (笑哭) LagField • 2017-12...

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

1222. laya.d3.physics.PhysicsCollider_API3.0 [ 29%]

...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

1223. laya.d3.component.Animator_API3.0 [ 28%]

...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

1224. laya.d3.core.light.DirectionLightCom_API3.0 [ 28%]

...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

1225. 微信小游戏实时调试的问题 [ 28%]

....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

1226. laya.d3.shader.Shader3D_API3.0 [ 28%]

...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

1227. laya.d3.core.light.AreaLightCom_API3.0 [ 28%]

...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

1228. laya.resource.HTMLCanvas_API3.0 [ 28%]

...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

1229. 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

1230. 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_示例 发布时间: 20260303