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

大约有 2,594 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0142 秒)

2311. laya.ui.VBox_API3.0 [ 48%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture t...

来源: Laya3.0_api 发布时间: 20231115

2312. laya.ui.Image_API3.0 [ 48%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect sizeGrid skewX skewY skin source stage ...

来源: Laya3.0_api 发布时间: 20231115

2313. LayaAir2.13中使用ASTC纹理显示异常,使用两个以上ktx纹理时报错。 [ 48%]

...  -pp-premultiply             Run a preprocess over the image that scales RGB components in             the image by the alpha value. Preprocessing applies before any             codec encoding swizzle, so color data must be in the RGB             components in the source im...

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

2314. laya.ui.FontClip_API3.0 [ 48%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group height hideFlags hitArea index interval is3D isPlaying left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect sheet sizeGrid...

来源: Laya3.0_api 发布时间: 20231115

2315. 使用webgl之后toDataUrl返回黑色的图像 [ 48%]

...件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用...

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

2316. 关于平行光渲染投影问题,求解惑 [ 48%]

...r() { //初始化引擎 Laya3D.init(0, 0, true); //适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; let ape: Laya.Sprite = new Laya.Sprite(); Laya.stage.addChild(ape); ape.loadImage("../laya/assets/fish_bg.png"); //开启统计信息 Laya.Sta...

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

2317. 图片使用pivotX参数后,再对图片添加遮罩会出现效果不对。 [ 48%]

...      Laya.stage.alignH = Stage.ALIGN_CENTER;         Laya.stage.scaleMode = "showall";         Laya.stage.bgColor = "#232628";         Laya.loader.load("../../res/bg2.png", Handler.create(this, setup));     })();     function setup()     {         var bg = new S...

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

2318. 3D阴影无法渲染出来 [ 48%]

...it(); //初始化引擎 Laya3D.init(0, 0, true); //适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; //开启统计信息 Laya.Stat.show(); //添加3D场景 var scene = Laya.stage.addChild(new Laya.Scene()); //添加照相机 var camera = (sce...

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

2319. 使用StaticBatchManager,显存无法释放 [ 48%]

...) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivE...

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

2320. 画了一个封闭的曲线,获取鼠标点击处的像素,为何坐标对不上导致拿不到正确位置的Texture? [ 48%]

...ya.init(1024, 768); //Stat.show(); Laya.stage.bgColor = "#ccc"; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; StageReferance.setup(Laya.stage); init(); } private function init():void { _view = new Sprite(); var points:Arra...

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