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

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

111. 材质-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_示例 发布时间: 20240930

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

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

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

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

114. 材质-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_示例 发布时间: 20240930

115. 长按更新UI [ 65%]

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

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

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

117. 材质-BlinnPhong-法线贴图 [ 65%]

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

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

118. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 65%]

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

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

119. laya.d3.core.light.DirectionLight [ 64%]

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

来源: Laya2.0_api 发布时间: 20190513

120. laya.d3.core.RenderableSprite3D [ 64%]

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