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

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

951. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 39%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

952. 2D拖尾渲染器 · LayaAir3.3 · 引擎文档 · LAYABOX [ 39%]

...er: Laya.Sprite; private _trail2D: Laya.Trail2DRender; //从场景文件中获取到的宽度曲线数据 private _widthCurve: any[]; //从场景文件中获取到的颜色渐变数据 private _gradient: any; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只...

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

953. laya.d3.physics.PhysicsCollider_API3.0 [ 39%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

954. 物理引擎显示旋转问题 [ 39%]

...因的吗?~~~~~~~~~~~~~ Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 问题状态 最新活动: 2018-03-23 14:41 浏览: 1139 关注: 2 人 sw3358335 • 2018-03-23 14:46 补充了下代码哈,这里很奇怪,就是矩形的角度感觉旋转了90度,但是其他例子又...

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

955. 分享水波一个shader [ 39%]

...截屏分享 分享一个TS版本的3D2D结合的单机斗地主Demo 如何获取一个3D模型的长宽高? 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么缓动模式 问题状态 最新活动: 2019-12-18 16:45 ...

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

956. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 39%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

957. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 38%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

958. laya.d3.core.ui3d.UI3D_API3.0 [ 36%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

959. laya.d3.physicscannon.CannonPhysicsComponent_API3.0 [ 35%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

960. viewportPointToRay产生的射线始终有偏差,是为什么? [ 35%]

...PointToRay的第一个参数传的是在canvas的坐标,Laya.stage.mouseX获取的是在state的坐标 所有你要Laya.stage.clientScaleX *Laya.stage.mouseX或者用Laya.MouseManager.instance.mouseX

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