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

大约有 2,371 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0167 秒)

2281. Laya2.5 物理系统表现异常BUG [ 41%]

...照你的代码所画的示意图,应该没有画错吧 做shapeCast的x的边界为-0.25 和 +0.25 而A的右边界为-0.25 B的左边界为+0.25 到底这个边界的相接 在射线检测中是否为相交  我在bullet中做了测试 发现在bullet中 测试结果为相交的 所以说新版...

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

2282. laya.d3.math.Matrix4x4 [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Matrix4x4Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Matrix4x4InheritanceMatrix4x4 ObjectImplements laya.d3.core.IClone Matrix4x4 类用于创建4x4矩阵。 Public Properties PropertyDefined ...

来源: laya_api 发布时间: 20170929

2283. iOS9兼容bug,求指教 [ 41%]

iOS9兼容bug,求指教 使用layabox的iOS工具包编译在iOS版本9.0上面会出现一系列的报错,js的不兼容,不知道这个引擎的开发大佬有没有想过适配和兼容的问题,当然目前使用的js在iOS10以上是可以正常加载的。 同时也想请教一下,在...

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

2284. 2D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

...原有的datas数据,然后再重新烘焙。 2.1.6 最大简化误差maxSimplificationError 定义了简化多边形边框时允许的最大误差值,主要用于控制导航网格简化的程度。这个值会影响导航网格的生成质量,值越大,简化程度越高,生成的导航...

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

2285. Resources already exist,is repeated loading 加载特效报重复加载 [ 41%]

Resources already exist,is repeated loading 加载特效报重复加载 export default class TransformDemo{     private scene:Laya.Scene3D;     private position:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private position1:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private rotat...

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

2286. laya.d3.core.material.PBRSpecularMaterial [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PBRSpecularMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRSpecularMaterialInheritancePBRSpecularMaterial BaseMaterial laya.resource.Resource PBRSpecularMaterial 类用于实现...

来源: Laya2.0_api 发布时间: 20190513

2287. Laya ts版,使用jasmine进行单元测试 [ 41%]

...jasmine.json文件{ "spec_dir": "__tests__", "spec_files": ["**/*test.ts?(x)"], "oneFailurePerSpec": false, "random": true } 其中spec_dir是单元测试所在文件夹,spec_files是正则指定哪些文件需要作为单元测试文件运行。   更改tsconfig.json. 在exclude里增加一项 "...

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

2288. laya.d3.core.material.PBRStandardMaterial [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PBRStandardMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRStandardMaterialInheritancePBRStandardMaterial BaseMaterial laya.resource.Resource PBRStandardMaterial 类用于实现...

来源: Laya2.0_api 发布时间: 20190513

2289. 超出文本区域的处理&滚动文本(JavaScript-LayaAir基础篇(JS)-文本) [ 41%]

...理,不处理的话内容有可能超出我们舞台。 Laya.display.text 中所使用的API 参数: ![1](img/1.png) hidden:不显示超出文本域的字符。 visible:不进行任何裁切。 scroll:不显示文本域外的字符像素,并且支持scroll接口。 ```javascript (function() { ...

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

2290. 超出文本区域的处理&滚动文本(ActionScript-LayaAir基础篇(AS3)-文本) [ 40%]

...理,不处理的话内容有可能超出我们舞台。 Laya.display.text 中所使用的API 参数: ![1](img/1.png) hidden:不显示超出文本域的字符。 visible:不进行任何裁切。 scroll:不显示文本域外的字符像素,并且支持scroll接口。 ```typescript package { impo...

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