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

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

2471. UI-RadioGroup [ 45%]

...ler.create(this, initRadioGroups)); } private function initRadioGroups(e:*=null):void { for (var i:int = 0; i < skins.length;++i) { var rg:RadioGroup = createRadioGroup(skins[i]); rg.selectedIndex = i; rg.x = i * SPACING + X_OFFSET; rg.y = Y_OFFSET; } } private function createRadioGroup(skin:String)...

来源: Laya_示例 发布时间: 20251223

2472. UI-RadioGroup [ 45%]

...ler.create(this, initRadioGroups)); } private function initRadioGroups(e:*=null):void { for (var i:int = 0; i < skins.length;++i) { var rg:RadioGroup = createRadioGroup(skins[i]); rg.selectedIndex = i; rg.x = i * SPACING + X_OFFSET; rg.y = Y_OFFSET; } } private function createRadioGroup(skin:String)...

来源: Laya2.0_示例 发布时间: 20251223

2473. unity 1.7.13.3插件(unity版本5.6.3、2017.1)+1.7.13库,载入lh文件报错 [ 45%]

...。。。。。醉了 Uncaught TypeError: Cannot read property 'owner' of null at AnimationTransform3D.__proto._setLocalRotation (laya.d3.js:17222) at Array.AnimationNode._setLocalRotation (laya.d3.js:340) at Animator.__proto._onAnimationStop (laya.d3.js:22674) at Animator.__proto._updatePlayer (lay...

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

2474. 正交相机要怎么控制啊,坐标什么的全部懵!看了这个官方示例表示不懂,为什么还要转化为2D坐标? [ 45%]

...onkey.transform.rotate(rotation); }); }); Laya.stage.on(Laya.Event.RESIZE, null, function () { camera.orthographicVerticalSize = Laya.RenderState.clientHeight; }); 2017-08-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sfsmmc 相关...

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

2475. web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create [ 45%]

...库,或者用add接口。 Uncaught TypeError: Cannot read properties of null 这个报错并未复现,应该是逻辑层的,可以先自行排查,或者给一个必现的demo。 2023-04-03 0 0 分享 微博 QZONE 微信 layabox小高 赞同来自: 您好,请提供一份可复现此问题...

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

2476. 动效问题,没有 ui.TestPUI,官方文档是错的,几年了至今无解答 [ 45%]

... { //然后又改成Laya.EffectAnimation constructor(){ super(); this.ani1=null; this.effectData =ui.kick_effectUI.uiView;; } } kick_effectUI.uiView={"type":"View","props":{},"compId":2,"child":[{"type":"Sprite","props":{"y":0,"x":0,"texture":"ani/p1.png"},"compId":3}],"animations":[{"nodes":[{"targ...

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

2477. UI-ProgressBar [ 45%]

...ndler.create(this, onLoadComplete)); } private function onLoadComplete(e:*=null):void { progressBar = new ProgressBar("../../res/ui/progressBar.png"); progressBar.width = 400; progressBar.x = (Laya.stage.width - progressBar.width ) / 2; progressBar.y = Laya.stage.height / 2; progressBar.sizeGrid = "...

来源: Laya2.0_示例 发布时间: 20251223

2478. laya.d3.shader.Shader3D_API3.0 [ 44%]

...处理宏定义 Parameters name: string Default value attributeMap: any = null Default value uniformMap: any = null Default value enableInstancing: boolean = false Default value supportReflectionProbe: boolean = false Returns Shader3D Static addInclude addInclude(fileName: string, txt: string): void...

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

2479. [LayaAir3]Layaair3.3.0-beta.4中2D导航数据清理报错 [ 44%]

...iteGlobaTransform.js:106   Uncaught TypeError: Cannot read properties of null (reading 'globalTrans')     at SpriteGlobalTransform.setPos (SpriteGlobaTransform.js:106:36)     at Nav2DAgent._updatePosition (Nav2DAgent.js:47:32)     at Nav2DAgent._updateNavMesh (BaseNavAgent.js:289:14)     a...

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

2480. 用unity插件导出lh格式文件,再代码中加载使用的问题 [ 44%]

...3D;             Scene3D.load("res/laya-test.ls",Handler.create(null,function(sp:Scene3D):void{                 scene = Laya.stage.addChild(sp) as Scene3D;             }));   找到对应的示例代码了,但是编译报错。。。。用的是layaAir2.0  ...

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