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

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

661. laya.loaders.JsonAssetLoader_API3.0 [ 73%]

...x Methods load Methods load load(task: ILoadTask): Promise<TextResource> Implementation of IResourceLoader.load Defined in laya/loaders/TextResourceLoader.ts:27 Parameters task: ILoadTask Returns Promise<TextResource> Globals "laya/loaders/TextResourceLoader" BytesAssetLoader JsonAssetLo...

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

662. laya.d3.loaders.GLSLLoader_API3.0 [ 73%]

...ex Methods load Methods load load(task: ILoadTask): Promise<IncludeFile> Implementation of IResourceLoader.load Defined in laya/d3/loaders/GLSLLoader.ts:5 Parameters task: ILoadTask Returns Promise<IncludeFile> Globals "laya/d3/loaders/GLSLLoader" GLSLLoader load Legend Object literal Va...

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

663. laya.loaders.BitmapFontLoader_API3.0 [ 73%]

...dex Methods load Methods load load(task: ILoadTask): Promise<BitmapFont> Implementation of IResourceLoader.load Defined in laya/loaders/BitmapFontLoader.ts:6 Parameters task: ILoadTask Returns Promise<BitmapFont> Globals "laya/loaders/BitmapFontLoader" BitmapFontLoader load Legend Object...

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

664. laya.loaders.NullLoader_API3.0 [ 73%]

...ader Index Methods load Methods load load(task: ILoadTask): Promise<any> Implementation of IResourceLoader.load Defined in laya/loaders/NullLoader.ts:4 Parameters task: ILoadTask Returns Promise<any> Globals "laya/loaders/NullLoader" NullLoader load Legend Object literal Variable Functio...

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

665. laya.d3.loaders.AnimationClipLoader_API3.0 [ 73%]

... Methods load Methods load load(task: ILoadTask): Promise<AnimationClip> Implementation of IResourceLoader.load Defined in laya/d3/loaders/AnimationClipLoader.ts:6 Parameters task: ILoadTask Returns Promise<AnimationClip> Globals "laya/d3/loaders/AnimationClipLoader" AnimationClipLoader ...

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

666. 动画状态机 · LayaAir3.4 · 引擎文档 · LAYABOX [ 73%]

...理解预制体的,请先查阅预制体的文档<<预制体模块>>。 从操作看,从场景上创建与预制体里创建并没有本质上的区别。 主要的区别是: 场景中的节点创建,适用于只用一次动画的情况。 预制体中创建,适用于需要多...

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

667. 我想移动容器来实现前进的动画,但是移动不了。这里的y有问题 但是又不知道改成什么 [ 73%]

...不可见的位置,立即调整位置到最上面 if(this.bg1.y+this.y>=852){ this.bg1.y-=852*2 } //如果背景2到了最下面 if(this.bg2.y+this.y>=852*2){ this.bg2.y-=852*2 } }    })(); 2019-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...

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

668. Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format [ 73%]

...本:2018.4.7f1 插件当日Laya2.4版本插件 步骤,导入插件-->将prefab拖入场景-->手动修改shader为BlinnPhong此时LayaBlinnPhongGUI.cs会报空引用错误-->设置导出路径后执行导出“预设”的操作。 结果:没有正确导出模型 其他实验1:使...

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

669. 分享:intersects为何碰撞不准?碰撞框rectangle的坐标你设置对了吗? [ 73%]

...变注册点到图片正中心,如下图(图2) sp1.pivotX=sp1.width>>1; sp1.pivotY=sp1.height>>1;   然后我 rectangle1 = new Rectangle(0, 0, 172, 172); (前两个代表矩形框的坐标,后面是大小) 因为rectangle无法改变注册点,理论上如果它是一个可...

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

670. 想要找设置相对坐标后的view全局坐标,发现有问题,请教一下. [ 73%]

...对另一个scene的相对坐标, 所以层级是以下这样的. stage->scene->view->userPanel   scene 坐标设置为左上角相对于stage的全局坐标 x,y, view 坐标设置为相对于scene的相对坐标, 即: left top right bottom centerX centerY userPanel 坐标设置为相对...

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