大约有 138 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
...置List,创建出符合自己需要的列表。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
... 在3D场景中,过多同时播放的Spine3D实例会显著增加Draw Call。建议通过对象池管理Spine3D实例,及时回收不用的实例。 4.4 优化资源加载 建议将常用的Spine资源预加载,避免运行时动态加载导致的卡顿。 // 预加载常用Spine资源 Laya.lo...
来源: Laya3.0_文档 发布时间: 20260203
API DocumentationAll Packages | All Classes | Index | Frames No Frames Shader3DProperties | Methods | Constants Packagelaya.d3.shaderClasspublic class Shader3DInheritanceShader3D BaseShader laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Prope...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames ExtendTerrainMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class ExtendTerrainMaterialInheritanceExtendTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide In...
来源: Laya2.0_api 发布时间: 20190513
... Viewport Rect(标准视图矩形) 支持(包括:X、Y、W、H) Allow HDR(允许渲染高动态色彩画面) 支持 Culling Mask在Unity中设置无效,但是layaAir引擎中是支持的,默认值相当于Unity中的Everything,也可以通过引擎的cullingMask进行设置层ID...
来源: Laya3.0_文档 发布时间: 20251010
.../回到站立状态 this.animator.crossFade("Stand", 0.1); Laya.timer.clearAll(this); } }); } } 看看运行效果,如动图6-6所示: (动图6-6) 6.3 使用状态脚本 对我们的开发需求来说,能够播放和切换动画状态还不够,可能还需要在每一个状态内实现...
来源: Laya3.0_文档 发布时间: 20251010
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Templet" Templet Class Templet 动画模板类 Hierarchy AnimationTemplet Templet Index Constructors constructor Properties _id ani...
来源: Laya3.0_api 发布时间: 20231115
...事件 * @param eventName 事件名称 * @param data 数据 * @param cb callback */ static async handleAsyncMessage(eventName: string, data: string, cb: Function): Promise<void> { if (eventName == "asyncMessage") { cb("async message from platform"); } } 2. Android 在app/src/main/java/demo/Han...
来源: Laya3.0_文档 发布时间: 20260122
...容易理解的适配模式2.2 移动端适配模式2.3 PC适配模式showall2.4 其它适配相关学习LayaAir屏幕适配详解 Author: Charley 屏幕适配是涉及的知识点较多,很多开发者都无法真正理解。 本篇从基础概念入手,详细介绍LayaAir引擎的各个屏幕...
来源: Laya3.0_文档 发布时间: 20251010
... in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store. 2018-02-28 0 2 分享 微博 QZONE 微信 riven 赞同来自: 请问你们新的库什么时候能弄好,我们等着提交app store审核,很紧急呀 2018-03-01 0 1 分享 微...
来源: Laya_社区 发布时间: 20180225