大约有 769 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0092 秒)
Laya_社区(539) Laya3.0_api(65) Laya2.0_api(59) laya_api(55) Laya2.0_文档(30) Laya3.0_文档(11) Laya2.0_示例(5) Laya_示例(5)
...The AudioContext was not allowed to start. mask在layaplayer中有问题 graphics alpha 问题 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 问题状态 最新活动: 2016-12-30 11:33 浏览: 2510 关注: 2 人
来源: Laya_社区 发布时间: 20161230
...ra.transform.rotate(new Laya.Vector3(0, 180, 0), true, false); camera.orthographic = true; camera.orthographicVerticalSize = 5; this.effRes = Laya.Sprite3D.load(resUrl); this.effRes.on(Laya.Event.HIERARCHY_LOADED, this, function(){ this.eff1 = scene.addChild( Laya.Sprite3D.instantiate(this.effRes));...
来源: Laya_社区 发布时间: 20180503
... Laya.Sprite { constructor() { super(); this.graphics.drawRect(0, 0, 1500, 1500, "#0000ff"); this.on(Laya.Event.CLICK, this, this.onclickTest); } onclickTest(): void { console.log("单击也没有效果, why !"); } } 2017...
来源: Laya_社区 发布时间: 20170822
...= 0; j < this.MapColNum; j++){ var box = new laya.display.Sprite(); box.graphics.drawRect(0, 0, 30, 30, null, "#e6e4ef", 1); box.x = i * 30; box.y = j * 30; boxSp.addChild(box); } } boxSp.cacheAs = "bitmap"; this.addChild(boxSp); } boxSp.cacheAs = "bitmap"; 如果去掉这句话可以显示 是...
来源: Laya_社区 发布时间: 20161008
...eshRenderer.simpleAnimatorTexture 没有对老的进行减少引用。 4。Graphics有对材质mmaterial添加引用,没有destroy阶段减少引用。 5。Spine2DRenderNode.source 没有考虑加载回来后,当前组件被销毁问题。 6。Value2D.clear 时候没有对 textureHost进行清...
来源: Laya_社区 发布时间: 20241230
...UI点击穿透的问题 我这样载入场景问题出现在哪呢?? graphics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 横屏模式在锁定竖屏的iphone上不能正常显示的问题 问题状态 最新活动: 2019-01-06 21:27 浏览: 2729 关...
来源: Laya_社区 发布时间: 20181221
...ct undefined IDE创建的UI 层级问题 关于shader中opengl函数问题 graphics alpha 问题 问题状态 最新活动: 2019-06-04 11:55 浏览: 1069 关注: 3 人
来源: Laya_社区 发布时间: 20190511
...好象有问题 laya1.7.9beta版 unity 粒子特效 laya插件有问题? graphics alpha 问题 问题状态 最新活动: 2020-04-18 10:12 浏览: 1572 关注: 3 人 徐小宇 • 2020-04-18 14:37 可行,解决了
来源: Laya_社区 发布时间: 20200418
...constructor() { super(); this.pivot(this.width / 2, this.height / 2); this.graphics.drawRect(0, 0, this._size, this._size, this._color); } } //a文件 import player from './player'; // 程序入口 class GameMain { constructor() { Laya.init(640, 960); var stage = Laya.stage; let p1 = new player()...
来源: Laya_社区 发布时间: 20180804
...socket 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 graphics alpha 问题 请问如何让textinput组件输入密码的时候显示*号? 问题状态 最新活动: 2018-05-21 17:57 浏览: 1020 关注: 3 人
来源: Laya_社区 发布时间: 20180512