大约有 1,482 项符合查询结果, 库内数据总量为 30,936 项。 (搜索耗时: 0.0052 秒)
Laya_社区(799) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(23) Laya2.0_示例(5) Laya_示例(4)
... Hierarchy ParticleTemplateBase Index Constructors constructor Properties settings Methods addParticleArray Constructors constructor new ParticleTemplateBase(): ParticleTemplateBase Defined in laya/particle/ParticleTemplateBase.ts:17 创建一个新的 ParticleTemplateBase 类实例。 Returns Parti...
来源: Laya3.0_api 发布时间: 20231102
...rmat instanceCount invertY mode Methods _getType clearRenderParams destroy setDrawArrayParams setDrawElemenParams Constructors constructor new ScreenQuad(): ScreenQuad Overrides GeometryElement.constructor Defined in laya/d3/core/render/ScreenQuad.ts:43 创建一个 ScreenQuad 实例,禁止使用。...
来源: Laya3.0_api 发布时间: 20231115
...stroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset lodCullRateArray material materials ratioIgnor receiveShadow reflectionMode renderNode renderbitFlag sharedMaterial sharedMaterials volume Methods _applyReflection _cloneTo _initialize _restorRenderNode _setOwner addList ...
来源: Laya3.0_api 发布时间: 20231115
...StatRender StatUI Index Methods enable hide isCanvasRender renderNotCanvas set_onclick show Methods enable enable(): void Overrides IStatRender.enable Defined in laya/utils/StatUI.ts:148 override 激活性能统计 Returns void hide hide(): void Overrides IStatRender.hide Defined in laya/utils/StatU...
来源: Laya3.0_api 发布时间: 20231102
...ties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY array bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disa...
来源: Laya3.0_api 发布时间: 20231115
...aya.loader.load("res/particles/GravityMode.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON); })(); function onAssetsLoaded(settings) { sp = new Particle2D(settings); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })...
来源: Laya_示例 发布时间: 20250313
...Laya.loader.load("res/particles/RadiusMode.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON); })(); function onAssetsLoaded(settings) { sp = new Particle2D(settings); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })...
来源: Laya_示例 发布时间: 20250313
...aya.loader.load("res/particles/particleNew.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON); })(); function onAssetsLoaded(settings) { sp = new Particle2D(settings); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })...
来源: Laya_示例 发布时间: 20250313
...blic Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...
来源: Laya2.0_api 发布时间: 20190513
... in laya/display/cmd/FillTextCmd.ts:14 Accessors align get align(): number set align(value: number): void Defined in laya/display/cmd/FillTextCmd.ts:56 Returns number Defined in laya/display/cmd/FillTextCmd.ts:53 Parameters value: number Returns void color get color(): string set color(value: string...
来源: Laya3.0_api 发布时间: 20231115