大约有 703 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0082 秒)
Laya_社区(290) Laya3.0_api(156) laya_api(106) Laya2.0_api(98) Laya2.0_文档(24) Laya_示例(16) Laya3.0_文档(9) Laya2.0_示例(4)
...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
...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
...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
...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
...,我们再网格加载完成3秒后对该网格进行销毁 Laya.timer.once(3000,this,function () { //销毁了使用该网格的节点 layaMonkey.destroy(); //对使用资源进行销毁,注意调用资源destroy的话,就算加锁也是会被销毁的。 Laya.Resource.destroyUnusedResources();...
来源: Laya2.0_文档 发布时间: 20210715
...); 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
...Rate : Number 获取缓存播放速率。 AnimationPlayer currentAnimationClipIndex : int[read-only] 获取当前动画索引 AnimationPlayer currentFrameTime : Number[read-only] 获取当前帧时间,不包括重播时间 AnimationPlayer currentKeyframeIndex : int[read-only] 获取当前...
来源: Laya2.0_api 发布时间: 20190513
...目标位置。 Transform3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 ...
来源: laya_api 发布时间: 20170929
...,我们再网格加载完成3秒后对该网格进行销毁 Laya.timer.once(3000,this,function ():void { //销毁了使用该网格的节点 layaMonkey.destroy(); //对使用资源进行销毁,注意调用资源destroy的话,就算加锁也是会被销毁的。 Resource.destroyUnusedResources();...
来源: Laya2.0_文档 发布时间: 20210715
...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