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

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

431. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 38%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 canScaleShape canScaleShape: boolean = true Inherited from PhysicsTriggerComponent.canScaleShape Defined in laya/d3/physics/PhysicsComponent.ts:206 是否可以缩放Shape。 owner owner: Node Inherited from Comp...

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

432. laya.components.Script [ 38%]

...ublic class ScriptInheritanceScript Component Object Script 类用于创建脚本的父类,该类为抽象类,不允许实例。 组件的生命周期 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是...

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

433. laya.d3.component.volume.volumetricgi.VolumetricGI_API3.0 [ 38%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 intensity intensity: number Defined in laya/d3/component/Volume/VolumetricGI/VolumetricGI.ts:55 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点...

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

434. laya.d3.physics.PhysicsCollider_API3.0 [ 38%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 canScaleShape canScaleShape: boolean = true Inherited from PhysicsTriggerComponent.canScaleShape Defined in laya/d3/physics/PhysicsComponent.ts:206 是否可以缩放Shape。 owner owner: Node Inherited from Comp...

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

435. laya.d3.component.Animator_API3.0 [ 37%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 cullingMode cullingMode: number = Animator.CULLINGMODE_CULLCOMPLETELY Defined in laya/d3/component/Animator.ts:95 裁剪模式 owner owner: Node Inherited from Component.owner Defined in laya/components/Component...

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

436. laya.d3.core.light.DirectionLightCom_API3.0 [ 37%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 color color: Color Inherited from Light.color Defined in laya/d3/core/light/Light.ts:61 灯光颜色。 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node...

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

437. laya.d3.core.light.AreaLightCom_API3.0 [ 36%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 color color: Color Inherited from Light.color Defined in laya/d3/core/light/Light.ts:61 灯光颜色。 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node...

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

438. 缓存工具-layadcc · LayaAir3.3 · 引擎文档 · LAYABOX [ 36%]

...数。 2.3 资源服务器URL 此设置决定native启动时访问的入口脚本。所以,在填写地址时,需要把入口脚本文件也写在地址内。 例如:http://192.168.31.109:9000/index.js 2.4 热更新(DCC) 2.4.1 使用DCC 根文件:设置DCC系统的根文件地址, 根文件...

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

439. laya.components.Animator2D_API3.0 [ 35%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

440. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 35%]

...我们也借助css样式来展示这种效果。下面我们看下简单的脚本怎么实现这种效果。 ```javascript var data = '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var DOMURL = window.URL || window.webkitURL || window; var img = new Image(); var svg = new Blob([data], {typ...

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