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

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

131. sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale [ 67%]

....transform.position;Laya.Tween.to(box.potOld,{     x:1     ,y:2     ,update:new Laya.Handler(box,function(){         this.transform.position = this.potOld;     }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){     console.log("complete"); }),Cons...

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

132. laya.d3.core.particle.Particle3D [ 67%]

...derableSprite3D _setUnBelongScene():void[override] RenderableSprite3D  _update(state:RenderState):void[override] Particle3D _updateConch(state:RenderState):void[override] 更新 RenderableSprite3D addChild(node:Node):Node[override] 添加子节点。 Sprite3D addChildAt(node:Node, index:int):N...

来源: laya_api 发布时间: 20170603

133. 物体随着鼠标滑动旋转脚本 [ 67%]

...s, this.mouseOut);     _this.Obj = owner; } // ObjectRotate.prototype._update = function (state) {     ObjectRotate.__super.prototype._update.call(this,state);     this.updateObject(state.elapsedTime); } //Object实时旋转 ObjectRotate.prototype.updateObject = function (elapsedTime) { ...

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

134. [LayaAir3]在动画转换不勾选ExitByTime的情况下单次动画播放完成后不再检测参数变化 [ 65%]

...候动画播放完会循环在最后一帧的内容的,这时候动画的update是在每帧更新的,勾选的时候动画播放完毕就在动画的update里面判断return掉了。 Heured • 2024-01-11 11:28 @Laya_Fred:看了一下你说的sleep相关的逻辑,影响不到我说的问题,...

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

135. laya2.0构建app时url不再支持.html文件,但是需要runtime.json这个文件是怎么来的? [ 64%]

...真时的报错信息  I/LayaBox: Download [  ]:http://192.168.0.72/web3/updat ... 0.844 I/LayaBox: >>>JCConchRender::clearAllData =-815802000 D/EGL_emulation: eglMakeCurrent: 0xe05ec520: ver 3 1 (tinfo 0xe201f990) W/LayaBox: download error: timeout, dt=8,opttimeout=1798 I/LayaBox: Downlo...

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

136. 关于微信小游戏渲染子域图的问题 [ 64%]

...(http://127.0.0.1:10656/game/js/bundle.js:8352:45)     at Timer.__proto._update (http://127.0.0.1:10656/game/js/bundle.js:8101:15)     at Stage.__proto.render (http://127.0.0.1:10656/game/js/bundle.js:24593:14)     at Stage.__proto._loop (http://127.0.0.1:10656/game/js/bundle.js:24517:8)    ...

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

137. laya接华为APK,游戏过程中进入广告落地页,关闭后游戏自动退出报V8错误 [ 63%]

...ayabox 赞同来自: 华为的这个问题,是由于老版本的AR_CHECK_UPDATE值冲突导致, 一、找到MainActivity.java这个文件,如下图所示   然后,在AR_CHECK_UPDATE这里,将值改为9999,或者其它不冲突的值。   二、找到AndroidManifest.xml这个文件,...

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

138. 微信小游戏渲染开放域卡顿处理 [ 62%]

...          Laya.timer[isTime ? 'loop' : 'frameLoop'](delay, this, this.update);         }         /**          * 回调          */         protected update(): void {             var self = this;             if (self.$running) {                 self.$cal...

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

139. laya.particle.ParticleTemplate2D_API3.0 [ 62%]

... on once releaseRender renderSubmit setFirstFreeElement setFirstNewElement update updateParticleForNative destroyUnusedResources Constructors constructor new ParticleTemplate2D(settings: ParticleSetting, texture: Texture): ParticleTemplate2D Overrides Resource.__constructor Defined in laya/particle/...

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

140. laya.components.Component_API3.0 [ 61%]

...ner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new Component(): Component Defined in laya/components/Component.ts:44 创建一个新的 Component 实例。 Returns Component Properties Optio...

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