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

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

501. laya.ui.TipManager_API3.0 [ 38%]

...oyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_heigh...

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

502. laya.ui.ViewStack_API3.0 [ 38%]

...oyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_heigh...

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

503. laya.ui.VBox_API3.0 [ 38%]

...oyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_heigh...

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

504. laya.ui.HBox_API3.0 [ 38%]

...oyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_heigh...

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

505. 批量销毁释放内存(JavaScript-3D基础(JS)-LayaAir3D的内存管理) [ 38%]

...,我们再网格加载完成3秒后对该网格进行销毁 Laya.timer.once(3000,this,function () { //销毁了使用该网格的节点 layaMonkey.destroy(); //对使用资源进行销毁,注意调用资源destroy的话,就算加锁也是会被销毁的。 Laya.Resource.destroyUnusedResources();...

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

506. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 37%]

...); var url:String ="http://layabox.com/"; qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); qrcodeSp = new Sprite(); Laya.stage.addChild(qrcodeSp); } private function clickHandler():void { var url:String = qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者...

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

507. laya.ani.AnimationPlayer [ 37%]

...Rate : Number 获取缓存播放速率。 AnimationPlayer  currentAnimationClipIndex : int[read-only] 获取当前动画索引 AnimationPlayer  currentFrameTime : Number[read-only] 获取当前帧时间,不包括重播时间 AnimationPlayer  currentKeyframeIndex : int[read-only] 获取当前...

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

508. laya.d3.core.Transform3D [ 37%]

...目标位置。 Transform3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 ...

来源: laya_api 发布时间: 20170929

509. 批量销毁释放内存(ActionScript-3D基础(AS3)-LayaAir3D的内存管理) [ 37%]

...,我们再网格加载完成3秒后对该网格进行销毁 Laya.timer.once(3000,this,function ():void { //销毁了使用该网格的节点 layaMonkey.destroy(); //对使用资源进行销毁,注意调用资源destroy的话,就算加锁也是会被销毁的。 Resource.destroyUnusedResources();...

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

510. 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? [ 37%]

...aram coverBefore 是否覆盖之前的延迟执行,默认为 true 。 */ once(delay: number, caller: any, method: Function, args?: Array<any>, coverBefore?: boolean): void; /** * 定时重复执行。 * @param delay 间隔时间(单位毫秒)。 * @param caller 执行域(this)。 * @param me...

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