大约有 584 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0049 秒)
Laya_社区(419) Laya3.0_api(61) Laya2.0_示例(32) Laya_示例(31) Laya2.0_文档(30) Laya3.0_文档(8) laya_api(2) Laya2.0_api(1)
... 写了个边缘光的自定义shader,有很多问题,帮忙看一下 graphics alpha 问题 event自定义事件的问题 问题状态 最新活动: 2019-03-24 15:02 浏览: 905 关注: 2 人
来源: Laya_社区 发布时间: 20190324
...x Constructors constructor Properties _ShadowMapupdateFrequency _extra _ownGraphics _reflectionsIblSamples _reflectionsResolution _reflectionsSource _scene _sceneUniformData _skinBaseUrl _sundir _url autoSize currentCreationLayer enableLight hitTestPrior mouseThrough name tag REFLECTIONMODE_CUSTOM R...
来源: Laya3.0_api 发布时间: 20231115
...这段代码有什么问题? let s: Laya.Sprite = new Laya.Sprite(); s.graphics.drawRect(10, 10, 580, 470, "#000000"); s.pos(0,0); console.log("=mask container=>>", s.width, s.height)//打印出是0,0 this.scrollContainer.mask = s;//scrollContainer是一个有宽高的Box,为什么打印...
来源: Laya_社区 发布时间: 20180828
... 我这样载入场景问题出现在哪呢?? 模型资源释放问题 graphics alpha 问题 (此问题已经无效) IDE创建的UI 层级问题 问题状态 最新活动: 2017-05-09 22:07 浏览: 1362 关注: 4 人 PYS_Goon • 2017-05-10 10:10 对于timer的使用是建议全都使用Laya....
来源: Laya_社区 发布时间: 20170509
...ysChange=true; console.log(rankTexture) LayaUISample.scoreview.graphics.drawTexture(rankTexture,5,78,rankTexture.width,rankTexture.height); }); var rankTexture=new Texture(Browser.window.sharedCanvas); 这里报错 VM13215:1 gameThirdScriptError bitmap._addReference is not a func...
来源: Laya_社区 发布时间: 20180310
...s/extend/micro/bg.png"); var mask = new Sprite(); mask.alpha = 0.3; mask.graphics.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); mask.on(Laya.Event.CLICK,this,chick); function chick(){ mask.destroy(); gameContainer.destroy(); } gameContainer.mask=mask; Laya.stage.addChild(ga...
来源: Laya_社区 发布时间: 20200603
..., 600,WebGL); Laya.stage.bgColor="#eeffcc"; var sp:Sprite=new Sprite(); sp.graphics.drawRect(50,50,300,300,null,"#0000FF",2); Laya.stage.addChild(sp); html=new HTMLDivElement(); html.innerHTML="<span>哈哈哈哈哈</span>"; Laya.stage.addChild(html); html.on(Event.MOUSE_DOWN,this,onHtml...
来源: Laya_社区 发布时间: 20170905
....pos(0, 0); reference.size(Laya.stage.width, Laya.stage.height); reference.graphics.drawRect(0, 0, reference.width, reference.height, "#CCCCCC"); let tipElmt = Laya.Browser.createElement("img"); tipElmt.src = getResURI("ui/guide_tip.png"); tipElmt.style.zInddex = Laya.Render.canvas.style.zIndex + 2;...
来源: Laya_社区 发布时间: 20180802
...nction createSprite(xx:int,yy:int):Sprite { var sp:Sprite=new Sprite(); sp.graphics.drawRect(0, 0, 50, 50, "#ffffff"); sp.x=xx; sp.y=yy; Laya.stage.addChild(sp); return sp; } //添加缓动的函数 private function addTime(timeLine:TimeLine,sp:Sprite,yy:Number):void { timeLine=new TimeLine(); timeL...
来源: Laya_社区 发布时间: 20161207
...图集加载问题 关于适配采用showAll后留白部分的颜色问题 graphics alpha 问题 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 我这样载入场景问题出现在哪呢?? 问题状态 最新活动: 2017-09-06 11:29 浏览: 1...
来源: Laya_社区 发布时间: 20170904