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

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

81. laya.display.Stage_API3.0 [ 65%]

...X scaleY scene screenMode scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroy...

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

82. laya.map.MapLayer [ 65%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite viewport : ...

来源: laya_api 发布时间: 20170929

83. 灯光-聚光 [ 64%]

...aternion = new Laya.Quaternion(); var _position = new Laya.Vector3(); Laya.timer.frameLoop(1, null, function () { Laya.Quaternion.createFromYawPitchRoll(0.025, 0, 0, _quaternion); Laya.Vector3.transformQuat(spotLight.transform.position, _quaternion, _position); spotLight.transform.position = _positi...

来源: Laya_示例 发布时间: 20251130

84. 设置frame会使打包VIVO Tween动画抖动闪烁 [ 64%]

...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

85. 材质-BlinnPhong-反射贴图 [ 63%]

...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_示例 发布时间: 20251130

86. laya.ani.swf.MovieClip [ 63%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite  url : Str...

来源: laya_api 发布时间: 20170929

87. 启动画面LOGO修改白名单机制启用了吗 [ 63%]

...颜色深浅? 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 启动引擎报错 mPlugin.game_plugin_init(3); 如何修改物理引擎中的图层 Opp rpk一启动就黑屏 ide compile的时候不会启动一个本地服务器吗? 问题状态 最新活动: 2020-09-...

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

88. 材质-BlinnPhong-高光贴图 [ 63%]

... 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_示例 发布时间: 20251130

89. SCALE_FIXED_WIDTH适配屏幕的问题 [ 63%]

...的颜色问题 关于逻辑贞更新间隔机制、时间和其他一些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

90. 游戏铺满固定大小容器,火狐和谷歌正常,edge会有滚动条? [ 63%]

... 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