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

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

1431. SubShader介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 31%]

...formMap) ``` - 2.添加标记。 ```typescript setFlag(key, value) ``` - 3.获取标记 ```typescript getFlag(key) ``` - 4.添加着色器Pass: vs:该Pass使用的顶点着色器文件 ps:该Pass使用的片元着色器文件 stateMap:是一个映射,key为渲染状态的名称,value为其...

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

1432. laya.physics.joint.WheelJoint_API3.0 [ 31%]

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

1433. SubShader介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 30%]

....添加标记。 ```typescript setFlag(key: string, value: string) ``` - 3.获取标记 ```typescript getFlag(key: string) ``` - 4.添加着色器Pass: vs:该Pass使用的顶点着色器文件 ps:该Pass使用的片元着色器文件 stateMap:是一个映射,key为渲染状态的名称,val...

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

1434. laya.d3.core.light.PointLightCom_API3.0 [ 30%]

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

1435. SubShader介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 30%]

....添加标记。 ```typescript setFlag(key: String, value: String) ``` - 3.获取标记 ```typescript getFlag(key: String) ``` - 4.添加着色器Pass: vs:该Pass使用的顶点着色器文件 ps:该Pass使用的片元着色器文件 stateMap:是一个映射,key为渲染状态的名称,val...

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

1436. laya.d3.core.MeshRenderer_API3.0 [ 30%]

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

1437. laya.ui.TextInput [ 30%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput...

来源: laya_api 发布时间: 20170929

1438. laya.d3.core.light.SpotLightCom_API3.0 [ 30%]

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

1439. laya.d3.component.volume.volumetricgi.VolumetricGI_API3.0 [ 30%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 probeCounts probeCounts: Vector3 Defined in laya/d3/component/Volume/VolumetricGI/VolumetricGI.ts:12 probeStep probeStep: Vector3 Defined in laya/d3/component/Volume/VolumetricGI/VolumetricGI.ts:13 O...

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

1440. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 30%]

...或者特效上面吗? Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 Native2.0正式版wss连接不成功web版本没问题,有DEMO [分享]Dialog 点击边缘不关闭的 Demo...

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