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

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

261. 组件装饰器说明 · LayaAir3.0文档 · LAYABOX [ 47%]

...,也可以使用表达式,通过将条件表达式放到字符串里,获得布尔类型的运算结果。字符串表达式内,data是一个固定名字的变量,它是当前类型的所有已注册属性的数据集合。表达式内可以使用所有js语法,但不能引用引擎相关...

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

262. laya.d3.core.Camera_API3.0 [ 44%]

...}): T Inherited from Node.getComponent Defined in laya/display/Node.ts:968 获得组件实例,如果没有则返回为null Type parameters T: Component Parameters componentType: {} 组建类型 Returns T 返回组件 getComponents getComponents(componentType: typeof Component): Component[] Inherit...

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

263. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 44%]

...ity 2017.2.0f3 试验,发现在使用 Laya 的两个PBR材质,均不能获得光照信息,也就是颜色是很暗的颜色。BlinPhong材质中又设定Lighting的选项,设置为ON以后就亮了,在PBR材质中没有设置光的选项,可能是没有接受光照信息吧。另外这...

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

264. laya.d3.webxr.core.WebXRCamera_API3.0 [ 42%]

...}): T Inherited from Node.getComponent Defined in laya/display/Node.ts:968 获得组件实例,如果没有则返回为null Type parameters T: Component Parameters componentType: {} 组建类型 Returns T 返回组件 getComponents getComponents(componentType: typeof Component): Component[] Inherit...

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

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

...baisc/Inspector/InspectorPanel.widget),然后在代码里通过getChild获得的Widget对象类型则自动为IEditor.InspectorPanel,然后可以通过上述的API(inspect等)进行填充。 类型和属性定义语法请参考文档。 在LayaAir3.2中,可以用更直观的方式定义...

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

266. 3D物理编辑 · LayaAir3.0文档 · LAYABOX [ 30%]

...过代码设置运动刚体的方式: /* ……省略若干代码 */ //获得刚体碰撞器 this.rigidbody = this.cube1.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; //开启运动类型刚体 this.rigidbody.isKinematic = true; /* ……省略若干代码 */ 在LayaAir中设置运动类型...

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