大约有 362 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
Laya_社区(127) Laya3.0_api(62) Laya2.0_api(58) laya_api(54) Laya_示例(27) Laya2.0_示例(20) Laya2.0_文档(9) Laya3.0_文档(5)
...rame会使打包VIVO Tween动画抖动闪烁 public DoFlash ():void { Laya.timer.once(700, this, this.FlashTween); } private FlashTween ():void { this.hand.scale(2, 2); this.hand.alpha = 1 Tween.to(this.hand, {scaleX:1, scaleY:1, alpha:1}, 300, null, Laya.Handler.create(this, this.DoFlash)); } 循...
来源: Laya_社区 发布时间: 20211109
...r.material; //反射贴图 material.reflectTexture = textureCube; }); Laya.timer.frameLoop(1, this, function () { teapot1.transform.rotate(this.rotation, false); teapot2.transform.rotate(this.rotation, false); });class BlinnPhong_ReflectMap { private rotation:Laya.Vector3 = new Laya.Vector3(0, 0.01,...
来源: Laya_示例 发布时间: 20241118
...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite url : Str...
来源: laya_api 发布时间: 20170929
...颜色深浅? 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 启动引擎报错 mPlugin.game_plugin_init(3); 如何修改物理引擎中的图层 Opp rpk一启动就黑屏 ide compile的时候不会启动一个本地服务器吗? 问题状态 最新活动: 2020-09-...
来源: Laya_社区 发布时间: 20200903
...的颜色问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 graphics alpha 问题 event自定义事件的问题 问题状态 最新活动: 2018-12-14 12:04 浏览: 1969 关注: 3 人 boobo • 2018-12-16 13:34 是h5,微信浏览器 boobo • 2018-12-12 12:37 没有...
来源: Laya_社区 发布时间: 20181208
... mat.specularTexture = Laya.Texture2D.load(this.specularMapUrl[i]); } Laya.timer.frameLoop(1, this, function () { dude1.transform.rotate(this.rotation); dude2.transform.rotate(this.rotation); }); }class BlinnPhong_SpecularMap { private scene:Laya.Scene; private rotation:Laya.Vector3 = new Laya.Vecto...
来源: Laya_示例 发布时间: 20241118
... 2019-05-15 0 1 分享 微博 QZONE 微信 156*****215 赞同来自: Laya.timer.frameLoop(1,this,()=>{ if(this.lastClientWidth!=Laya.Browser.clientWidth){ if(Laya.Browser.clientWidth>Laya.Browser.clientHeight){ ...
来源: Laya_社区 发布时间: 20190514
...material.normalTexture = Laya.Texture2D.load(this.normalMapUrl[i]); } Laya.timer.frameLoop(1, this, function () { monster1.transform.rotate(this.rotation); monster2.transform.rotate(this.rotation); }); }class BlinnPhong_NormalMap { private scene:Laya.Scene; private rotation:Laya.Vector3 = new Laya.V...
来源: Laya_示例 发布时间: 20241118
...: 2 人 sfsmmc • 2017-08-24 15:18 我之后试了,发现只有在Laya.timer.frameLoop()中设置了position,后面的Laya.Tween.to(_)才能起作用。这是为什么?https://layaair.ldc.layabox.co ... ing03 Laya.timer.frameLoop(1, this, checkHit); function checkHit() { box.transform.position ...
来源: Laya_社区 发布时间: 20170824
...显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Numbe...
来源: Laya2.0_api 发布时间: 20190513