大约有 758 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0048 秒)
除了body还有其他容器能承载iframe吗? 我试了box、sprite、panel都不行,只能appendChild到body上吗 ??? 2018-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 spider 赞同来自: ...
来源: Laya_社区 发布时间: 20180416
...示? Dialog:屏蔽点击Dialog之外的区域关闭弹框 matter中layasprite怎么改变图片大小? 求指点3d射线碰撞和UI点击穿透的问题 ios14系统下 blendMode='lighter' 图片异常 关于遍历产生的sprite的点击事件,急,大神帮看哈 ui list 里面的元素不...
来源: Laya_社区 发布时间: 20170411
.../plane.png"; private plane2:string = "res/untitled.png"; private img: Laya.Sprite; private flag: boolean = false; constructor() { Laya.init(1000,800); this.img = new Laya.Sprite; this.img.loadImage(this.plane1); Laya.stage.addChild(this.img); this.img.graphics.clear(); this.img.loadImage(this.plane2...
来源: Laya_社区 发布时间: 20180406
...宽度来显示的 示例代码export default class HtmlTest extends Laya.Sprite { constructor() { super(); this.init(); } init() { this.bg = new Laya.Sprite(); this.bg.graphics.drawRect(0, 0, 200, 200, '#ccc'); this.addChild(this.bg); this.htmlTxt = new Laya.HTMLDivElement(); this.htmlTxt.style.fon...
来源: Laya_社区 发布时间: 20210107
...任意数字,画出的折线位置不会有任何变动(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var WebGL = Laya.WebGL; var sp; (function() { //初始化舞台 Laya.init(500, 300, WebGL); drawSomething(); })(); function drawSomething() { sp = new Sprite(); Laya.stage.addChil...
来源: Laya_社区 发布时间: 20190207
... 相关问题 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 龙骨skeleton鼠标点击区域的设置 关于同为object层,层级设置无...
来源: Laya_社区 发布时间: 20171027
... 相关问题 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? 关于同为object层,层级设置无效的问题 龙骨skeleton鼠标点击区域的设置 分享:LayaAir下如何获取图集下的小图资源? 将list里的scrollBar设置mouseWheel...
来源: Laya_社区 发布时间: 20200911
...3.core.particleClasspublic class Particle3DInheritanceParticle3D RenderableSprite3D Sprite3D Node EventDispatcher Object Particle3D 3D粒子。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite...
来源: laya_api 发布时间: 20170603
...义。 下面贴上实例中的完整代码: (function() { var Sprite = Laya.Sprite; var Text = Laya.Text; var WebGL = Laya.WebGL; var flag; (function() { Laya.init(1136, 640, WebGL); ...
来源: Laya_社区 发布时间: 20170510
... Demo 附件 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 为什么给Sprite容器添加点击事件没反应 将list里的scrollB...
来源: Laya_社区 发布时间: 20180606