大约有 5,346 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0473 秒)
Laya_社区(4890) Laya2.0_文档(380) Laya3.0_文档(40) Laya3.0_api(14) Laya2.0_api(10) laya_api(8) Laya_示例(2) Laya2.0_示例(2)
...丰富起来, layabox • 2018-05-29 21:03 搜索的时候用sou.layabox.com 其它方面我们尽量吧,主要是免费引擎不盈利,这块没办法长期投入人力和精力。只能抓好最核心的,把引擎搞好。 Loongman • 2018-06-02 18:03 文章看了,欣赏并理解题主的...
来源: Laya_社区 发布时间: 20180524
...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
...。 要想使用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
...(顺序为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
...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
...(顺序为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
...乱了呀 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
...(顺序为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
...。 字体制作及使用方法,请参考文章 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
...示信息 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