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

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

51. UI运行时 · LayaAir3.3 · 引擎文档 · LAYABOX [ 71%]

...,有更多的混合用法欢迎和我们交流~ Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}

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

52. CommandBuffer · LayaAir3.3 · 引擎文档 · LAYABOX [ 70%]

...dByMaterial(subRendertexture,null); return buf; } Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:55 img{cursor:pointer}

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

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

... Viewport Rect(标准视图矩形) 支持(包括:X、Y、W、H) Allow HDR(允许渲染高动态色彩画面) 支持 Culling Mask在Unity中设置无效,但是layaAir引擎中是支持的,默认值相当于Unity中的Everything,也可以通过引擎的cullingMask进行设置层ID...

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

54. laya.d3.shader.Shader3D [ 70%]

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

55. laya.d3.core.material.ExtendTerrainMaterial [ 70%]

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

56. Steam扩展实例 · LayaAir3.3 · 引擎文档 · LAYABOX [ 70%]

...tialize的接口封装, jsvm_value jsInitializeSteam(jsvm_env env, jsvm_callback_info info) { bool success = SteamManager::GetInstance()->Initialize(); printf("init steam!!!"); jsvm_value result; JSVM_CALL_CHECK(jsvm_create_int32(env, success ? 1 : 0, &result)); return result; } 最后,...

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

57. 动画状态机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 69%]

.../回到站立状态 this.animator.crossFade("Stand", 0.1); Laya.timer.clearAll(this); } }); } } 看看运行效果,如动图6-6所示: (动图6-6) 6.3 使用状态脚本 对我们的开发需求来说,能够播放和切换动画状态还不够,可能还需要在每一个状态内实现...

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

58. 列表组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 69%]

...置List,创建出符合自己需要的列表。 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}

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

59. laya.ani.bone.Templet_API3.0 [ 69%]

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

60. 对象池 · LayaAir3.3 · 引擎文档 · LAYABOX [ 68%]

...。 * @param createFun 用于创建该类型对象的方法。 * @param caller this对象 * @return 此类型标识的一个对象。 */ static getItemByCreateFun(sign: string, createFun: Function, caller: any = null): any { var pool: any[] = Pool.getPoolBySign(sign); var rst: any = pool.length ? po...

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