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

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

2111. app 的预加载问题 [ 53%]

...会预加载资源 例如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

2112. 关于Laya中worker的使用有详细一点的说明么 [ 53%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 LayaAirIDE下如何使用mask? Laya mac版的IDE 是没测试就上线了吗? 求高人分享使用protobuff框...

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

2113. 图集动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 53%]

...例代码: 创建入口类AtlasAniDemo.ts,并编写代码如下: ```typescript // 程序入口 class AtlasAniDemo{ private roleAni:Laya.Animation; constructor() { //初始化舞台 Laya.init(1334,750,Laya.WebGL); //创建动画实例 this.roleAni = new Laya.Animation(); //加载动画图集,...

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

2114. laya.maths.Matrix3x3_API3.0 [ 53%]

...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

2115. laya.ui.AutoBitmap_API3.0 [ 53%]

...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

2116. [LayaAir3]动态添加2d物理引擎shape无效 [ 53%]

...  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

2117. image.skin = base64 无效 [ 53%]

...动画无效 lh文件内meshSprite添加阴影属性无效 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 子域里面排行榜滑动无效,找不到原因。。跪求指导。。。 在设计模式里A元素比B元素层级低,当我点击舞台的时候给A的...

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

2118. [LayaAir3]自定义字体在移动浏览器不起作用 [ 53%]

...浏览器有报错。     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

2119. 问一下使用AnimationPlayer播放龙骨动画的时候,播放速率和播放时长区别 [ 53%]

...的幂次方图集区别在哪? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 骨骼动画播放完后的回调时...

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

2120. 使用高度图的时候 Cannot read property 'width' of undefined [ 53%]

...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 关于使用matterjs物理引擎鼠标问题 使用钢体设置...

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