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

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

1791. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 25%]

...日志:         a1: Handler {once: true, _id: 6, caller: null, args: Array[1]}         a2: Handler {once: true, _id: 0, caller: null, method: null, args: null}         b: Handler {once: true, _id: 7, caller: null, args: Array[1]}         a3: Handler {once: true, _id: 7, caller: nul...

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

1792. laya.d3.core.scene.Scene3D_API3.0 [ 24%]

...rameters value: AmbientMode Returns void ambientSH get ambientSH(): Float32Array set ambientSH(value: Float32Array): void Defined in laya/d3/core/scene/Scene3D.ts:632 ambient sh Returns Float32Array Defined in laya/d3/core/scene/Scene3D.ts:635 ambient sh Parameters value: Float32Array Returns void a...

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

1793. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 24%]

...rn is JS_ERROR\d+. 01-06 17:34:41.780 338 701 E C02d10/ExtractRule: GetJsonArray: failed to get json array number startSeg. 01-06 17:34:41.780 338 701 E C02d10/ExtractRule: GetJsonArray: failed to get json array number segStack. 01-06 17:34:41.780 338 701 I C02d10/ExtractRule: ParseRule: ParseFile e...

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

1794. laya.ui.Tree_API3.0 [ 24%]

...rs _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY array bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY ...

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

1795. 2D性能优化 · LayaAir3.4 · 引擎文档 · LAYABOX [ 22%]

...资源后对比资源卸载前和卸载后的资源状态: var assets: Array<any> = [] assets.push("resources/apes/monkey0.png"); assets.push("resources/apes/monkey1.png"); assets.push("resources/apes/monkey2.png"); assets.push("resources/apes/monkey3.png"); Laya.loader.load(assets).then(()=...

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

1796. laya.display.Node_API3.0 [ 22%]

...s boolean 在场景中是否激活。 components get components(): ReadonlyArray<Component> Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Defined in laya/display/Node.ts:92 ...

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

1797. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 20%]

...xBuffer addParticle clearRenderParams clone cloneTo emit pause play setDrawArrayParams setDrawElemenParams simulate stop Constructors constructor new ShurikenParticleSystem(render: ShurikenParticleRenderer, meshTopology?: MeshTopology, drawType?: DrawType): ShurikenParticleSystem Overrides GeometryE...

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

1798. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 18%]

...addParticle clearRenderParams clone cloneTo destroy emit pause play setDrawArrayParams setDrawElemenParams simulate stop Constructors constructor new ShurikenParticleInstanceSystem(render: ShurikenParticleRenderer): ShurikenParticleInstanceSystem Overrides ShurikenParticleSystem.constructor Defined ...

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

1799. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 9%]

...源。 批量预加载的示例代码如下: ```typescript var resource:Array = [ "xx.ls", "xx/xx.lh", "xx/xx.lmat", "xx/xx.png", "xx/xx.lm", "xx/xx.ltc", "xx/xx.lani", ]; //批量预加载 Laya.loader.create(resource, Laya.Handler.create(this, this.onLoaded)); onLoaded(): void { //加载完成后...

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