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

大约有 341 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)

331. laya.physics.joint.DistanceJoint_API3.0 [ 41%]

...oint/DistanceJoint" DistanceJoint Class DistanceJoint 距离关节:两个物体上面各自有一点,两点之间的距离固定不变 Hierarchy JointBase DistanceJoint Index Constructors constructor Properties _extra _singleton collideConnected otherAnchor otherBody owner runInEditor scriptPath...

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

332. ios升级到15.4后游戏会一直闪屏,可重现demo见附件 [ 41%]

...异常的表现是:会显示出1帧旧的缓存画面。这边做了个物体移动的参照物,每次闪屏的时候会回到之前显示的位置。 Laya_Yan • 2022-03-25 14:45 @c416288806:嗯嗯,我们也正在查 c416288806 • 2022-03-25 16:33 @Laya_Yan:老板有怀疑方向嘛?提供...

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

333. 模型资源设置 · LayaAir3.0文档 · LAYABOX [ 41%]

...线信息来模拟高度细节。切线数据帮助计算像素法线,使物体在视觉上呈现出凹凸细节。所以切线与法线计算模式 一样,只有法线存在(设置不为无)的时候,才会在属性面板上显示出来。 切线用于定义模型表面上每个顶点的...

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

334. laya.maths.Matrix4x4_API3.0 [ 41%]

...Matrix4x4.ts:724 计算BlillBoard矩阵 Parameters objectPosition: Vector3 物体位置 cameraPosition: Vector3 相机位置 cameraUp: Vector3 相机上向量 cameraForward: Vector3 相机前向量 mat: Matrix4x4 变换矩阵 Returns void Static createAffineTransformation createAffineTransformation(...

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

335. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 38%]

...雨、雪、流光等非固定形态的自然现象。而上述这些自然物体的形态由于没有固定的形态,所以不能用固定的模型来模拟实现,需要用多个模型组合成一个完整的视觉效果,而3D粒子正是组合效果的最小单元,但需要注意的是,...

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

336. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 37%]

...ed in laya/d3/physics/constraints/ConstraintComponent.ts:81 连接的两个物体是否进行碰撞检测 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEdit...

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

337. laya.d3.math.Matrix4x4_API3.0 [ 36%]

...Matrix4x4.ts:702 计算BlillBoard矩阵 Parameters objectPosition: Vector3 物体位置 cameraPosition: Vector3 相机位置 cameraUp: Vector3 相机上向量 cameraForward: Vector3 相机前向量 mat: Matrix4x4 变换矩阵 Returns void Static createAffineTransformation createAffineTransformation(...

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

338. laya.d3.math.Matrix4x4 [ 35%]

...trix4x4):void 计算BlillBoard矩阵 Parameters objectPosition:Vector3 — 物体位置  cameraPosition:Vector3 — 相机位置  cameraRight:Vector3 — 相机上向量  cameraUp:Vector3 — 相机前向量  cameraForward:Vector3 — 变换矩阵  mat:Matrix4x4clone()method  public function c...

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

339. laya.physics.joint.PrismaticJoint_API3.0 [ 32%]

...PrismaticJoint Class PrismaticJoint 平移关节:移动关节允许两个物体沿指定轴相对移动,它会阻止相对旋转 Hierarchy JointBase PrismaticJoint Index Constructors constructor Properties _extra _singleton anchor axis collideConnected otherBody owner runInEditor scriptPath self...

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

340. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 25%]

...ableTest的用法。这个新加的菜单, 如果场景中没有选中的物体,则会显示变灰并且无法触发点击回调。 class AnyName { static testEnable() { return Editor.scene.getSelection().length > 0; } @IEditor.menu("Hierarchy/test", { enableTest: ()=> AnyName.testEnable()...

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