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

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

1761. laya.ani.bone.Templet_API3.0 [ 23%]

...neBoneSlotDic bindBoneBoneSlotDic: any Defined in laya/ani/bone/Templet.ts:50 绑定插槽数据的字典 boneSlotArray boneSlotArray: any[] = [] Defined in laya/ani/bone/Templet.ts:52 存放插糟数据的数组 boneSlotDic boneSlotDic: any Defined in laya/ani/bone/Templet.ts:48 存放插槽数据...

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

1762. 网络通信 · LayaAir3文档 · LAYABOX [ 23%]

....2 项目中添加protobuf 类库4.3 加载协议文件4.4 Message 方法4.5 代码示例网络通信 一、概述 在我们的项目开发过程中,除了单机不需要使用网络通信,开发一个网络项目,难免要处理网络通信。本章将讲解LayaAir的网络通信部分。通...

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

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

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

1765. 插件开发说明 · LayaAir3.3 · 引擎文档 · 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

1766. 引擎 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