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

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

1771. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 20%]

...= 24[static] ShuriKenParticle3D  MAXCOLOROVERLIFEGRADIENTCOLORS : int = 25[static] ShuriKenParticle3D  POSITIONSCALE : int = 4[static] ShuriKenParticle3D  ROLANGULARVELOCITYCONST : int = 34[static] ShuriKenParticle3D  ROLANGULARVELOCITYCONSTMAX : int = 41[static] ShuriKenParticle3D  ROLANG...

来源: laya_api 发布时间: 20170929

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

...嘻) var a: Laya.Sprite = new Laya.Sprite(); a.graphics.drawCircle(0, 0, 50, "#ff0000"); Laya.stage.addChild(a); a.size(100, 100); a.pos(200, 200); a.mouseEnabled = true; a.mouseThrough = true; a.on(Laya.Event.MOUSE_DOWN, null, function (e: Laya.Event): void {     console.log("touch a"); } 因...

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

1773. 插件开发说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 18%]

...Editor.panel("test", { title: "Test", icon : "editorResources/20230710-161955.png" }) export class TestPanel extends IEditor.EditorPanel { async create() { this._panel = await gui.UIPackage.createWidget("MyPanel.widget"); } } 效果如下图: 七、使用对话框 可以通过以下方式创建一...

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

1774. CPU粒子系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 16%]

...绍2.1 属性的参数模式2.2 粒子系统属性2.3 发射器2.4 形状2.5 Velocity Over Lifetime(速度随生命周期变化)2.6 Limit Velocity Over Lifetime (限制速度随生命周期变化)2.7 Inherit Velocity(继承速度)2.8 Lifetime by Emitter Speed(随发射器速度变化...

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

1775. 引擎 TiledMap 居然不支持图块翻转 [ 13%]

...0;             this._gridH = 0;             this._gridWidth = 450;             this._gridHeight = 450;             this._jsonLoader = null;             this._loader = null;             this._tileSetArray = [];             this._currTileSet = null;       ...

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