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

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

5311. 艰难的历程 [ 31%]

...丰富起来, layabox • 2018-05-29 21:03 搜索的时候用sou.layabox.com 其它方面我们尽量吧,主要是免费引擎不盈利,这块没办法长期投入人力和精力。只能抓好最核心的,把引擎搞好。 Loongman • 2018-06-02 18:03 文章看了,欣赏并理解题主的...

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

5312. Tree属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 30%]

...ee 组件的脚本接口请参考 [Tree API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tree)。 ### 1.1 Tree 组件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动...

来源: Laya2.0_文档 发布时间: 20210714

5313. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 30%]

...。 要想使用A*作为寻路的方案,首先需要到 https://github.com/bgrins/javascript-astar 官网下载 astar.js 然后把 astar.js 放到项目的bin目录中,并在 index.html 里引入,如下所示 <script type="text/javascript" src="astar.js"></script> 2.2 A*代码中...

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

5314. laya.maths.Quaternion_API3.0 [ 30%]

...(顺序为Yaw、Pitch、Roll),参考自http://xboxforums.create.msdn.com/forums/p/4574/23988.aspx#23988,问题绕X轴翻转超过±90度时有,会产生瞬间反转 Parameters out: Vector3 欧拉角值 Returns void identity identity(): void Defined in laya/maths/Quaternion.ts:451 设置四...

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

5315. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 29%]

...ee 组件的脚本接口请参考 [Tree API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tree)。 ### 1.1 Tree 组件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动...

来源: Laya2.0_文档 发布时间: 20210715

5316. laya.d3.math.Quaternion_API3.0 [ 29%]

...(顺序为Yaw、Pitch、Roll),参考自http://xboxforums.create.msdn.com/forums/p/4574/23988.aspx#23988,问题绕X轴翻转超过±90度时有,会产生瞬间反转 Parameters out: Vector3 欧拉角值 Returns void identity identity(): void Defined in laya/d3/math/Quaternion.ts:451 设置四...

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

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

...乱了呀 Laya_Aaron • 2017-12-28 14:22 @LagField: https://ask.layabox.com/question/1745 去看看吧 LagField • 2017-12-28 14:28 @Laya_Aaron:就是这篇文章里看到的用createFromYawPitchRoll呀..... Laya_Aaron • 2017-12-28 14:31 不同的引擎设计的不一样啊,如果一样就被...

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

5318. laya.d3.math.native.ConchQuaternion_API3.0 [ 28%]

...(顺序为Yaw、Pitch、Roll),参考自http://xboxforums.create.msdn.com/forums/p/4574/23988.aspx#23988,问题绕X轴翻转超过±90度时有,会产生瞬间反转 Parameters out: ConchVector3 欧拉角值 Returns void identity identity(): void Defined in laya/d3/math/Native/ConchQuaternion...

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

5319. laya.display.BitmapFont_API3.0 [ 28%]

...。 字体制作及使用方法,请参考文章 see http://ldc2.layabox.com/doc/?nav=ch-js-1-2-5 Hierarchy Resource BitmapFont Index Constructors constructor Properties _id autoScaleSize destroyedImmediately dict fontSize letterSpacing lineHeight lock maxWidth name padding texture tint url uuid DE...

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

5320. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 28%]

...示信息     var log = function(s) {     if (document.readyState !== "complete") {     log.buffer.push(s);     } else {     document.getElementById("output").textContent += (s + "\n");     document.getElementById("outputdiv").scrollTop = document.getElementById("outputdiv").scrollHeight...

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