大约有 1,304 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1036) Laya2.0_文档(100) Laya3.0_文档(97) Laya3.0_api(66) Laya2.0_api(2) laya_api(2) Laya_示例(1)
...活启动类 new Main(); }()); 附件 : --> rectM.zip 2020-11-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 157*****593 赞同来自: 你这个报错是堆栈溢出了,看了一下你的demo发现...
来源: Laya_社区 发布时间: 20201110
...2 动态光影效果1.3 场景氛围渲染二、在LayaAir-IDE中使用2.1 添加自由形态光2.2 多边形顶点2.3 衰减范围三、通过代码使用2D自由形态光 Author: Charley 本篇文档仅介绍自由形态光的特有属性,灯光的通用属性介绍在灯光基类文档中,如...
来源: Laya3.0_文档 发布时间: 20251010
... 点击资源面板里的 Clip 组件,拖放到页面编辑区,即可添加 Tab 组件到页面上。 Clip 的脚本接口参考[Clip API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Clip) Clip 组件的资源示例: ...
来源: Laya2.0_文档 发布时间: 20210715
...择资源面板里的 HScrollBar 组件,拖放到页面编辑区,即可添加 HScrollBar 组件到页面上。 HScrollBar 组件的脚本接口请参考 [HScrollBar API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.HScrollBar)...
来源: Laya2.0_文档 发布时间: 20210714
... 10; ``` - 2.创建FixedConstraint ```typescript //以组件形式为刚体添加FixedConstraint var fixedConstraint:FixedConstraint = box.addComponent(FixedConstraint); //设置约束的锚点 fixedConstraint.anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConstraint.connectAnchor =...
来源: Laya2.0_文档 发布时间: 20210715
... 10; ``` - 2.创建FixedConstraint ```typescript //以组件形式为刚体添加FixedConstraint var fixedConstraint:FixedConstraint = box.addComponent(FixedConstraint); //设置约束的锚点 fixedConstraint.anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConstraint.connectAnchor =...
来源: Laya2.0_文档 发布时间: 20210715