大约有 3,291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0092 秒)
...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
...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
...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
...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
... 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
...理解预制体的,请先查阅预制体的文档<<预制体模块>>。 从操作看,从场景上创建与预制体里创建并没有本质上的区别。 主要的区别是: 场景中的节点创建,适用于只用一次动画的情况。 预制体中创建,适用于需要多...
来源: Laya3.0_文档 发布时间: 20251010
...不可见的位置,立即调整位置到最上面 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
...本:2018.4.7f1 插件当日Laya2.4版本插件 步骤,导入插件-->将prefab拖入场景-->手动修改shader为BlinnPhong此时LayaBlinnPhongGUI.cs会报空引用错误-->设置导出路径后执行导出“预设”的操作。 结果:没有正确导出模型 其他实验1:使...
来源: Laya_社区 发布时间: 20200619
...变注册点到图片正中心,如下图(图2) sp1.pivotX=sp1.width>>1; sp1.pivotY=sp1.height>>1; 然后我 rectangle1 = new Rectangle(0, 0, 172, 172); (前两个代表矩形框的坐标,后面是大小) 因为rectangle无法改变注册点,理论上如果它是一个可...
来源: Laya_社区 发布时间: 20161214
...对另一个scene的相对坐标, 所以层级是以下这样的. stage->scene->view->userPanel scene 坐标设置为左上角相对于stage的全局坐标 x,y, view 坐标设置为相对于scene的相对坐标, 即: left top right bottom centerX centerY userPanel 坐标设置为相对...
来源: Laya_社区 发布时间: 20210218