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

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

1431. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 22%]

...rited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns vo...

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

1432. laya.net.Loader_API3.0 [ 22%]

...。 注意:请使用Laya.loader加载资源,这是一个单例,不要手动实例化此类,否则会导致不可预料的问题。 Returns Loader Properties maxLoader maxLoader: number = 5 Defined in laya/net/Loader.ts:124 最大下载线程,默认为5个 retryDelay retryDelay: number = 0 ...

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

1433. Unity资源导出插件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 22%]

...于在unity中的自定义shader,在导出前,需要先把unityshader手动写成一个layashader,然后才能导出配置。 layashader的格式参考自定义Shader。 [!Tip] Unity中的“Properties”对应LayaAir中的“uniformMap”;Unity中的“SubShader”对应LayaAir中的“shad...

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

1434. laya.ui.AutoBitmap_API3.0 [ 21%]

...回收以节省内存开销,建议设置为true进行回收,但如果手动引用了数组,不建议回收 Returns void clipRect clipRect(x: number, y: number, width: number, height: number): ClipRectCmd Inherited from Graphics.clipRect Defined in laya/display/Graphics.ts:304 设置剪裁区...

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

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

...            光照贴图,(只有选择Scene才会有),建议手动ps处理                 Target Texture Type     ---  转换目标纹理类型                          PNG                     把需要转换的纹理贴图全部转换为png格式   ...

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

1436. laya.d3.core.ui3d.UI3D_API3.0 [ 21%]

...rited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns vo...

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

1437. laya.d3.physics.Rigidbody3D_API3.0 [ 20%]

...rited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns vo...

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

1438. 3D概念入门 · LayaAir3.3 · 引擎文档 · LAYABOX [ 19%]

...坐标进行转换的。如果开发者一定要在LayaAir引擎项目中手动来调坐标,那需要注意左手坐标系与右手坐标系在x轴正方向的差异。 2.2 顶点坐标与UV坐标 了解完坐标系,我们了解一下顶点。顶点可以理解为3D空间中的任意一个带xyz...

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

1439. 零基础了解3D游戏开发基础概念(TypeScript-3D基础(TS)-LayaAir3D图形系统基础概念) [ 19%]

...坐标进行转换的。如果开发者一定要在LayaAir引擎项目中手动来调坐标,那需要注意左手坐标系与右手坐标系在x轴正方向的差异。 了解完坐标系,我们了解一下顶点。顶点可以理解为3D空间中的任意一个带xyz坐标的位置点,但顶...

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

1440. 时间轴动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 19%]

...注意,动画的初始xy坐标必须为(0,0),最准确的方式就是手动设置一下就好了。如果开发者把参照的十字线中心点(0,0)作为动画图形的中心点,那就会出现问题,在UI舞台显示的时候超出坐标的地方,默认是无法通过调整宽高来设...

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