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

大约有 4,034 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0086 秒)

251. 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 [ 95%]

骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉     /**     *释放纹理     */     __proto.destroy=function(){         this._isDestroyed=true;         var tTexture;         var $each_tTexture;         /*for...

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

252. WebSocket通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 95%]

...ROR:连接出错时触发。 示例代码: // 注册事件监听示例 this.socket.on(Laya.Event.OPEN, this, this.onSocketOpen); this.socket.on(Laya.Event.MESSAGE, this, this.onMessageReceived); this.socket.on(Laya.Event.CLOSE, this, this.onSocketClose); this.socket.on(Laya.Event.ERROR, this, th...

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

253. 分享问题解决,关键词:canvas不在左上角,鼠标点击位置偏移怎么办 [ 95%]

...题首先,请找到代码initevent initEvent(e, nativeEvent = null) { var _this = this; _this._event._stoped = false; _this._event.nativeEvent = nativeEvent || e; _this._target = null; var docElem = document.documentElement var win = document.defaultView var clientBox = Browser._container.getBoundin...

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

254. layabox 只支持一个灯光? [ 95%]

...一个灯光? //加载上料闪光 private addLoadCCDLight() { //聚光灯 this.loadCCDlight = this.scene.addChild(new Laya.SpotLight()) as Laya.SpotLight; this.loadCCDlight.color = new Laya.Vector3(1, 1, 1); this.loadCCDlight.transform.position = new Laya.Vector3(-1, 1.2, 0.0); this.loadCCDlight.di...

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

255. 颜色滤镜 差值变化 [ 95%]

...olorFilter = null; private _persent: number = 0; protected constructor() { this.targets = new Array<Laya.Sprite>(); } /** * 实例 */ public static getInstance(): ColorTool { if (ColorTool.instance == null) { ColorTool.instance = new ColorTool(); } return ColorTool.instance; }  /** * 添加...

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

256. 按钮组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 95%]

...和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.btn.scale(5, 5); //放大五倍 this.btn.skin = "atlas/comp/button.png"; //皮肤 this.btn.stateNum = 3; //皮肤状态 this.btn.label = "确定"; //文本标签 this.btn.labelFont = "宋体"; //文本标签字体 this.btn...

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

257. 创建[HTMLDivElement]时遇到错误(手动实例一次本组件可定位错误) [ 95%]

...览: 2158 关注: 4 人 1569295620用户 • 2019-11-19 10:08 代码写。 this.contentDiv = new Laya.HTMLDivElement(); this.contentT.parent.addChild(this.contentDiv); this.contentDiv.x = this.contentT.x; this.contentDiv.y = this.contentT.y; this.contentDiv.width = this.contentT.width; this.contentD...

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

258. 其他引擎的Demo-Example_04 [ 95%]

...leMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.createText(); this.start(); } start() { const Sprite = Laya.Sprite; for (var i = 0; i w) { stars[i].x = stars[i].x - w; } else if (stars[i].x h) { stars[i].y = stars[i].y - h; } else if (stars[i].y = []; private w:number...

来源: Laya2.0_示例 发布时间: 20250223

259. _calculateCacheRect函数有bug [ 95%]

...ps laya1应该也有这个问题。)    reset() {             this.releaseContext();             this.releaseFilterCache();             this.cacheAs = "none";             this.enableCanvasRender = false;             this.userSetCache = "none";             thi...

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

260. UI-ProgressBar [ 95%]

...s/ui/progressBar.png", "../../res/ui/progressBar$bar.png"], Handler.create(this, onLoadComplete)); })(); function onLoadComplete() { progressBar = new ProgressBar("../../res/ui/progressBar.png"); progressBar.width = 400; progressBar.x = (Laya.stage.width - progressBar.width) / 2; progressBar.y = Lay...

来源: Laya_示例 发布时间: 20250223