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

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

581. 使用百度地图 · LayaAir3.0文档 · LAYABOX [ 61%]

...ion.enableHighAccuracy = true; Laya.Geolocation.watchPosition(Laya.Handler.create(this, this.updatePosition), Laya.Handler.create(this, this.onError)); // 绑定convertToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } 由于本例不需要使用LayaAir的显...

来源: Laya3.0_文档 发布时间: 20241014

582. 使用百度地图显示当前位置(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 61%]

...ion.enableHighAccuracy = true; Laya.Geolocation.watchPosition(Laya.Handler.create(this, this.updatePosition), Laya.Handler.create(this, this.onError)); // 绑定convertToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } new WatchPosition(); ``` ​ 由于本例...

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

583. 【简单跑酷--JS版】---Lv.2 类之间的引用以及背景滚动实现 [ 61%]

...er.load(["res/background.png", "res/m_background.png"], laya.utils.Handler.create(this, onLoaded), laya.utils.Handler.create(this, onLoading, null, false)); //加载进度 function onLoading(progress){ console.log("onLoading: " + progress); } //加载完毕 function onLoaded(){ console.log("onLoaded...

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

584. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 61%]

...错。 laya 引擎是2.5的      Laya.loader.load(cg_url,Laya.Handler.create(this,()=>{             let tur:Laya.Texture = Laya.loader.getRes(cg_url);             if(tur)img_cg.graphics.drawImage(tur)         }),null,Laya.Loader.IMAGE);    这段代码, ...

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

585. 输入设备-指南针 [ 61%]

...; Laya.stage.bgColor = "#232628"; Laya.loader.load(compassImgPath, Handler.create(this, this.init)); } init() { const Gyroscope = Laya.Gyroscope, Event = Laya.Event; // 创建罗盘 this.createCompass(); // 创建方位指示器 this.createDirectionIndicator(); // // 画出其他UI this.drawUI(); //...

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

586. laya.maths.Matrix [ 61%]

...中的所有矩阵数据复制到指定的 Matrix 对象中。 Matrix  create():Matrix[static] 从对象池中创建一个 Matrix 对象。 Matrix  destroy():void 销毁此对象。 Matrix  getScaleX():Number 获取 X 轴缩放值。 Matrix  getScaleY():Number 获取 Y 轴缩放值。 Matrix...

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

587. laya.net.LoaderManager [ 61%]

...的加载,所有未加载的内容全部停止加载。LoaderManager  create(url:*, complete:Handler = null, progress:Handler = null, clas:Class = null, params:Array = null, priority:int = 1, cache:Boolean = true):* 根据clas类型创建一个未初始化资源的对象,随后进行异步加...

来源: laya_api 发布时间: 20170929

588. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 61%]

...      this.scene.addChild(this.camera);         Laya.loader.create("res/scene_Effect/Conventional/Effect_zhujue_attack.lh", Laya.Handler.create(this, () => {              let item = Laya.loader.getRes("res/scene_Effect/Conventional/Effect_zhujue_attack.lh");   ...

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

589. /*[COMPILER OPTIONS:normal]*/ [ 61%]

...设置cacheAs为normal,测试中Sprite数量没有减少 matter用Render.create()创建渲染器时里面参数因该放在options[]里还是放到外面 /*[COMPILER OPTIONS:ForcedCompile]*/ 和/*[COMPILER OPTIONS:Normal]*/ 的区别是什么? 该标签放在包头和类头上面区别又是...

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

590. setSixSideImageSources()传入什么参数都不对呢 [ 61%]

...帮忙看下哪里要调整? 对象池对类怎么传参数 Laya.Handler.create 加载图片回调参数问题 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 http 请求 once 的 回调参数,如何传递和接收? IDE中js压...

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