大约有 1 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0016 秒)
...EditorEnv.IGizmoCircle; onDrawGizmosSelected(): void { if (!this._c) { let manager = IEditorEnv.Gizmos2D.getManager(this.owner); this._c = manager.createCircle(10); this._c.fill("#ff0"); } this._c.setLocalPos(10, 10); } } 实现效果如下: 十一、自定义配置 插件开发者可以自定义...
来源: Laya3.0_文档 发布时间: 20251010