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

大约有 381 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0044 秒)

211. Sprite3D支持的Unity导出列表(TypeScript-3D基础(TS)-LayaAir3D之Unity插件使用) [ 46%]

.../img/components/Inspector-SkinnedMeshRenderer.png) 1. Mesh 2. Root Bone 3. Bounds - Center - Extent 4. Materials - Size - Element - Animator ![Animator](./img/components/MecanimAnimatorComponent.png) 1. Controller 2. Culling Mode - Always Animate - Cull Completely - Terrain / Terrain Collider ![Terr...

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

212. laya.display.Sprite [ 44%]

...加多个子节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像...

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

213. Uncaught TypeError: Cannot read property 'props' of undefined [ 44%]

...defined错误 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Laya2.1.0 JS调用Java PlatformClass undefined 运行报错 Uncaught Can not find scene:GameView.scene undefined 从Unity导出场景时,多通道UV会导致错误:Uncaught Error: LoadModelV03: unknown vertexDeclar...

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

214. 求助 Uncaught SyntaxError: Unexpected identifier [ 44%]

...植h5问题 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught TypeError: Cannot read property 'props' of undefined Uncaught unknown animationClip version. 问题状态 最新活动: 2017-03-14 22:08 浏览: 1999 关注: 1 人 A846353427 • 2017-03-15 14:57 http://ldc.laya...

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

215. Swift中接入Native,执行完drawInRect后不执行update了! [ 43%]

...me 初始化ConchRuntime引擎 //    CGRect frame = UIScreen.mainScreen.bounds; //    m_pConchRuntime = [[conchRuntime alloc]initWithView:m_pGLKView frame:frame EAGLContext:m_pGLContext downloadThreadNum:3]; //    NSLog(@"-----------------------%s-----------------------", __FUNCTION__); 201...

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

216. reflection error: can not find method signature 反射错误 [ 43%]

...怎么解决 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 问题状态 最新活动: 2020-05-17 00:04 浏览: 492 关注: 1 人

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

217. GL ERROR :GL_INVALID_OPERATION : glDrawElements: [ 41%]

... Invalid path 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds unity导出的场景在手机上提示"request:fail invalid url" LayaAirIDE2.2 - Laya3D init error ,must support webGL Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到...

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

218. [临时解决]bug?加载sk问题 [ 40%]

...    if (this._pos_+2 > this._length)throw "getUint16 error - Out of bounds"; 但是,不使用预加载,就不报错,只是不知道什么时候真的加载完成,那个_template不再为null,我就可以调用play了。   怎么解决?   我上传了用到从骨骼动画,大...

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

219. ios升级到15.4后游戏会一直闪屏,可重现demo见附件 [ 40%]

...-25 19:41 @Laya_Yan:目前排除 _currentActive、_lastRT的问题。获取bound部分的问题应该也可以排除。 c416288806 • 2022-03-26 18:28 @Laya_Yan:你好,提供个线索.有定位到在_flushToTarget方法的target.clear(0, 0, 0, 0);执行后,才会发生闪屏。如果不执行ta...

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

220. CPU优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 39%]

...界也有多种做法,而其间差异很有必要知道。 1. 使用getBounds/ getGraphicBounds。 ```javascript var sp:Sprite = new Sprite(); sp.graphics.drawRect(0, 0, 100, 100, "#FF0000"); var bounds:Rectangle  = sp.getGraphicBounds(); Laya.stage.addChild(sp); ``` ​ getBounds可以...

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