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

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

941. laya.d3.component.hlod.HLODRender_API3.0 [ 40%]

... 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

942. 下拉选项框组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

...下述示例演示了如何通过代码设置下拉选项,并通过点击获取到选项。 运行示例效果: (动图2-1) 示例代码: const { regClass, property } = Laya; @regClass() export class UI_ComboBox extends Laya.Script { private skin: string = "resources/res/ui/combobox.png";/...

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

943. localRotationEulerY旋转位置错误 [ 40%]

... not attach to main target Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大...

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

944. rigidBody.applyForce 对刚体应用力,物体没有移动 [ 40%]

...颜色,如何操作? Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发布到移动端不显示模型,但是顶点...

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

945. laya.d3.core.SkinnedMeshRenderer_API3.0 [ 40%]

... 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

946. laya.d3.component.staticmesh.StaticBatchMeshRender_API3.0 [ 40%]

... 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

947. 关于微信小游戏关系链的问题 [ 40%]

关于微信小游戏关系链的问题 微信小游戏推出了获取关系链的接口,但是架构会有调整,包括新的代码目录,入口文件,额外的canvas画布。请问下咱们laya这边有时间表去支持这些新特性么? 2018-03-10 添加评论 免费帖 --> 分享 ...

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

948. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 40%]

... 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

949. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_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

950. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 39%]

...中返回的完整场景scene添加到舞台 Laya.stage.addChild(scene); //获取摄像机 var camera = scene.getChildByName("Main Camera"); /** ** 省略其它代码若干,可前往Layabox官网示例或相关文档中查看 */ })); ``` ##### 5.2.2 预设的加载与使用(.lh) 有一些模型或...

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