大约有 511 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0067 秒)
Laya_社区(277) Laya2.0_文档(68) Laya3.0_api(54) Laya_示例(42) Laya3.0_文档(30) Laya2.0_示例(24) Laya2.0_api(9) laya_api(7)
...ng么 matter.js mouseconstraint在微信小游戏中无效 2.0 drawTexture color参数无效 龙骨skeleton鼠标点击区域的设置 问题状态 最新活动: 2020-11-30 15:11 浏览: 3676 关注: 4 人 Nevermore • 2020-11-30 18:14 不是web,是native下 Nevermore • 2020-11-20 09:09 我打...
来源: Laya_社区 发布时间: 20201113
...a _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent range scene shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias s...
来源: Laya3.0_api 发布时间: 20231115
...ton); this.text=new Laya.Text(); Laya.stage.addChild(this.text); this.text.color="#00ff00"; this.text.fontSize=30; Laya.stage.addChild(this.text); Laya.stage.on(Laya.Event.MOUSE_DOWN,this,this.changeAction); } tActionID:number=0; changeAction() { this.tActionID++; var aniCount:number; //获取动画...
来源: Laya2.0_文档 发布时间: 20210715
...width = 250; //自动换行 txt.wordWrap = true; txt.align = "center"; txt.color = "ff00ff"; //使用我们注册的字体 txt.font = mFontName; txt.fontSize = 50; txt.leading = 5; Laya.stage.addChild(txt); } 2018-09-19 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问...
来源: Laya_社区 发布时间: 20180919
...addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.transform.worldMatrix.setForward(new Laya.Vector3(1, -1, 0)); Laya.Sprite3D.load("h5/LayaMonkey/LayaMonkey.lh",Laya.Handler.create(this,this.ok)); } ok(sp:Laya.Sprite3D)...
来源: Laya_社区 发布时间: 20190618
...画里创建的多个动画,怎么分别调用?如图 2.0 drawTexture color参数无效 ios原生回调问题 IDE中js压缩工具,能不能用类似命令行,或者编译参数等等方式调用? 菜鸟提问:请问使用LayaAir的话,AS3原生类以及一些第三方库完全不能...
来源: Laya_社区 发布时间: 20171228
...a _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent range scene shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias s...
来源: Laya3.0_api 发布时间: 20231115
...xt = new Laya.Text(); txt.text = "做个测试"; txt.x = 0; txt.y = 0; txt.color = "#FFFFFF"; txt.fontSize = 12; txt.width = 800; txt.height = 600; txt.align = "center"; txt.valign = "middle"; Laya.stage.addChild(txt); Laya.Tween.to(txt, { scaleX:2, scaleY:2, }, 1000, Laya.Ease.elasticOut,null,1000)...
来源: Laya_社区 发布时间: 20161222
...ces UV` | 忽略顶点UV(忽略模型的UV贴图) | | `Ignore Vertices Color` | 忽略顶点颜色(忽略模型的顶点颜色信息) | | `Ignore Vertices Normal` | 忽略顶点法线(忽略模型的法线信息) | | `Ignore Vertices Tangent` | 忽略顶点切线信息(忽略模型的...
来源: Laya2.0_文档 发布时间: 20210714
...renderQuality Accessors MaterialDefine MaterialProperty _defineDatas albedoColor albedoTexture alphaTest alphaTestValue anisotropy anisotropyEnable anisotropyRotation anisotropyTexture blend blendDst blendDstAlpha blendDstRGB blendEquation blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha b...
来源: Laya3.0_api 发布时间: 20231115