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

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

811. IDE1.7.19.1beta打包apk后后,播放spine动画出现图片缺失 [ 36%]

...g launch: Error Could not attach to main target 骨骼动画播放完后的回调时间 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 Texture图片能否进行翻...

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

812. laya.display.Text_API3.0 [ 35%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

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

813. 2.12.2beta1 诸多bug [ 35%]

...我们没有较好的解决方案,只能使用预加载或在loadImage的回调内更换skin来规避这个问题; 设置Laya.stage.y = 100,会导致点击位置错误的问题,我们这里没有复现出来,下面是复现的代码与动图,您看下是否有哪里设置不一致或者可...

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

814. laya.display.Input_API3.0 [ 30%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

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

815. laya.display.Sprite [ 25%]

...地址。  complete:Handler (default = null) — (可选)加载完成回调。 ReturnsSprite — 返回精灵对象本身。 localToGlobal()method  public function localToGlobal(point:Point, createNewPoint:Boolean = false, globalNode:Sprite = null):Point 把本地坐标转换为相对stage的...

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

816. laya.display.Sprite [ 25%]

...高度。  complete:Handler (default = null) — (可选)加载完成回调。 ReturnsSprite — 返回精灵对象本身。 localToGlobal()method  public function localToGlobal(point:Point, createNewPoint:Boolean = false):Point 把本地坐标转换为相对stage的全局坐标。 Parameters ...

来源: laya_api 发布时间: 20170929

817. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 16%]

...ls",Laya.Handler.create(null,function(scene){ //加载完成后,把加载回调中返回的完整场景scene添加到舞台 Laya.stage.addChild(scene); //获取摄像机 var camera = scene.getChildByName("Main Camera"); /** ** 省略其它代码若干,可前往Layabox官网示例或相关文档...

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