大约有 1,775 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0094 秒)
Laya_社区(1359) Laya2.0_文档(252) Laya3.0_文档(118) laya_api(14) Laya_示例(11) Laya3.0_api(8) Laya2.0_api(8) Laya2.0_示例(5)
...= 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
...嘻) 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
...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
...绍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
...0; this._gridH = 0; this._gridWidth = 450; this._gridHeight = 450; this._jsonLoader = null; this._loader = null; this._tileSetArray = []; this._currTileSet = null; ...
来源: Laya_社区 发布时间: 20220627