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

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

261. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 32%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: laya_api 发布时间: 20170929

262. laya.d3.core.Sprite3D_API3.0 [ 32%]

...id Inherited from Node.frameLoop Defined in laya/display/Node.ts:588 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Parameters delay: number 间隔几帧(单位为帧)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: a...

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

263. laya.display.FrameAnimation [ 32%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: laya_api 发布时间: 20170929

264. laya.display.FrameAnimation [ 32%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

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

265. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 31%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

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

266. laya.d3.core.scene.Scene [ 31%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: laya_api 发布时间: 20170929

267. laya.d3.core.scene.Scene3D [ 31%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

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

268. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 30%]

...划群 微信接待81326018 183*****755 • 2017-05-23 10:19 看下是否重复初始化场景了。正确使用如下: var scene:Scene = Laya.stage.addChild(Scene.load("xxx")) as Scene; var camera:Camera = scene.addChild(new Camera()) as Camera; sfsmmc • 2017-05-23 10:25 @183*****755:...

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

269. laya.d3.core.light.LightSprite_API3.0 [ 29%]

...id Inherited from Node.frameLoop Defined in laya/display/Node.ts:588 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Parameters delay: number 间隔几帧(单位为帧)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: a...

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

270. 位图字体的制作与使用(TypeScript-LayaAir基础篇(TS)-文本) [ 29%]

...与导出位图字体和之前小节第五步与第六步一样,就不再重复介绍了,没记住的,可以上翻复习一下。 这里介绍几个注意要点, ##### 第一,要清理不需要的文本内容 如果之前为了辅助找到字符ID而导入了Txt文本字符,那需要在...

来源: Laya2.0_文档 发布时间: 20210715