大约有 2,837 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)
Laya_社区(1676) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(83) Laya2.0_示例(16) Laya_示例(11)
...会预加载资源 例如var resarray = [ {"url":"res/atlas/common.json","type":Loader.ATLAS}, ]; Laya.loader.load(resarray, Handler.create(this, this.preloadLoaded), Handler.create(this, this.onProgress,null,false)); 这个时候这个资源是通过app本地加载还是网上加载的? 2.dcc 有...
来源: Laya_社区 发布时间: 20161204
...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 LayaAirIDE下如何使用mask? Laya mac版的IDE 是没测试就上线了吗? 求高人分享使用protobuff框...
来源: Laya_社区 发布时间: 20170225
...例代码: 创建入口类AtlasAniDemo.ts,并编写代码如下: ```typescript // 程序入口 class AtlasAniDemo{ private roleAni:Laya.Animation; constructor() { //初始化舞台 Laya.init(1334,750,Laya.WebGL); //创建动画实例 this.roleAni = new Laya.Animation(); //加载动画图集,...
来源: Laya2.0_文档 发布时间: 20210715
...ltiply _DEFAULTELEMENTS _tempV30 _tempV31 _tempV32 Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...e(texture: Texture, x: number, y: number, width?: number, height?: number, type?: string, offset?: Point | null, color?: string): FillTextureCmd | null Inherited from Graphics.fillTexture Defined in laya/display/Graphics.ts:290 用 texture 填充。 Parameters texture: Texture 纹理。 x: number X...
来源: Laya3.0_api 发布时间: 20231115
... let sp = new Laya.Sprite(); var rig = new Laya.RigidBody(); //rig.type = "dynamic"; rig.bullet = true; let shape = new Laya.CircleShape2D(); shape.x = -10; shape.y = -10; shape.restitution = 1; shape.friction = 1; shape.radius = 100; rig.gravityScale = 0; rig.angu...
来源: Laya_社区 发布时间: 20250912
...动画无效 lh文件内meshSprite添加阴影属性无效 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 子域里面排行榜滑动无效,找不到原因。。跪求指导。。。 在设计模式里A元素比B元素层级低,当我点击舞台的时候给A的...
来源: Laya_社区 发布时间: 20170417
...浏览器有报错。 Laya.loader.load({ url: respath.font_SemiBold, type: Laya.Loader.TTF }, Laya.Handler.create(this, (obj: object) => { // 第二个参数:成功回调 console.log("预加载字体结束>>>>", obj) if (config.H_SCREEN) { this.lo...
来源: Laya_社区 发布时间: 20250616
...的幂次方图集区别在哪? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 骨骼动画播放完后的回调时...
来源: Laya_社区 发布时间: 20181102
...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 关于使用matterjs物理引擎鼠标问题 使用钢体设置...
来源: Laya_社区 发布时间: 20170601