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

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

111. laya.d3.core.light.PointLight [ 65%]

...event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Fu...

来源: laya_api 发布时间: 20170929

112. laya.d3.core.light.DirectionLight [ 65%]

...event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Fu...

来源: laya_api 发布时间: 20170929

113. 混合模式-Lighter [ 65%]

...is.createPhoenixes(); // 动态背景渲染 this.evalBgColor(); Laya.timer.frameLoop(1, this, this.renderBg); } createPhoenixes() { let scaleFactor = Math.min( Laya.stage.width / (phoenixWidth * 2), Laya.stage.height / phoenixHeight); // 混合模式的凤凰 let blendedPhoenix = this.createAnimatio...

来源: Laya2.0_示例 发布时间: 20241118

114. laya.d3.core.RenderableSprite3D_API3.0 [ 65%]

...bleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild r...

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

115. HIERARCHY_LOADED函数不回调 [ 65%]

...函数,如果鼠标一直在动,多久会执行一次,一帧吗?和frameLoop一样? 怎么停止正在运行Laya.timer.frameLoop的回调函数 关于customRender函数不执行的问题 执行回调函数时报is not a function js调as函数 undifine 构造函数不能进断点 注册函...

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

116. 材质-BlinnPhong-反射贴图 [ 65%]

...rial; //反射贴图 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, 0); c...

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

117. laya.d3.core.light.DirectionLight_API3.0 [ 65%]

...bleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild r...

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

118. 材质-BlinnPhong-高光贴图 [ 65%]

...pecularTexture = 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.Vector3(0, ...

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

119. laya.d3.core.light.SpotLight [ 65%]

...event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Fu...

来源: laya_api 发布时间: 20170929

120. 长按更新UI [ 65%]

...-04-04 10:54 那好吧,问个别的,停止定时器(laya.utils.Timer.frameLoop),除了clear和clearAll,还有吗

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