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

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

1031. 3D场景中背景无法透明,版本2.7.1 [ 48%]

...ctor() { super(); Config.isAlpha = true; Laya.init(480, 900); Laya.stage.bgColor = null; //加载场景文件 this.loadScene("test/TestScene.scene"); //添加3D场景 var scene = Laya.stage.addChild(new Laya.Scene3D()); //添加照相机 var camera = (scene.addChild(new Laya.Camera(0, 0.1, 100))); c...

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

1032. Laya2.7.1 shader compileShaderByDefineNames感觉无效了。 [ 47%]

...有发成功 斜角透视的感觉怎么弄出来呀?? 2.0 drawTexture color参数无效 (此问题已经无效) 关于同为object层,层级设置无效的问题 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 matter.js mouseconstraint在微信小游戏中无效 lh文件内meshSprite...

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

1033. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 47%]

...));         //设置平行光颜色         directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6);                      //加载小猴子精灵         let monkey = Laya.Loader.getRes("Export/LayaScene_JJF/Conventional/JJF.lh");         //猴子...

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

1034. tween对Text的缩放,为何会抖动呢? [ 47%]

...a.Text = new Laya.Text();     txt.text = "大家好";     txt.color = "#ff0000";     txt.fontSize = 30;     txt.pos(Laya.stage.width >> 1, Laya.stage.height >> 1);     Laya.stage.addChild(txt);          Laya.Tween.to(txt, { scaleX: 2, scaleY:...

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

1035. layaair.so 底层崩溃 [ 47%]

...insys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000 >>>>>>>>>>>>>surface not ready >>>>>>>>>>>>>The network has changed D/AES: onEndOfErrorDumpThread...

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

1036. laya.d3.core.ParticleRender [ 47%]

...:int, buffer:Float32Array):void 设置Buffer。 BaseRender _setShaderValueColor(shaderIndex:int, color:*):void 设置颜色。 BaseRender _setShaderValueInt(shaderIndex:int, i:int):void 设置整型。 BaseRender _setShaderValueNumber(shaderIndex:int, number:Number):void 设置浮点。 BaseRende...

来源: laya_api 发布时间: 20170603

1037. 【初学者】导入模型进行旋转结果出现问题 [ 47%]

...ra.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = null; //添加方向光 var directionLight: Laya.DirectionLight = scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = ne...

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

1038. laya.d3.core.GlitterRender [ 47%]

...:int, buffer:Float32Array):void 设置Buffer。 BaseRender _setShaderValueColor(shaderIndex:int, color:*):void 设置颜色。 BaseRender _setShaderValueInt(shaderIndex:int, i:int):void 设置整型。 BaseRender _setShaderValueNumber(shaderIndex:int, number:Number):void 设置浮点。 BaseRende...

来源: laya_api 发布时间: 20170929

1039. list点击label保留一种状态 [ 47%]

....record_slide_list; data = []; for(var i = 0;i < 10;i++){ data.push({ bgColor:{color:'#f3d9b4'}, type:false }) } record_slide_list.array = data; record_slide_list.selectEnable=true; record_slide_list.selectHandler = new Handler(this, onSelect,[record_slide_list]); record_slide_list.renderHandler ...

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

1040. textinput(type=password)手机打开华为安全键盘后,无法关闭(官网的例子) [ 47%]

...  Laya.stage.scaleMode = Stage.SCALE_SHOWALL;         Laya.stage.bgColor = "#232628";         skins = ["../../res/ui/input (1).png", "../../res/ui/input (2).png", "../../res/ui/input (3).png", "../../res/ui/input (4).png"];         Laya.loader.load(skins, Handler.create(this, onLo...

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