大约有 2,741 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0118 秒)
Laya_社区(1926) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(46)
...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
...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
...。。。。。醉了 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
...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
...库,或者用add接口。 Uncaught TypeError: Cannot read properties of null 这个报错并未复现,应该是逻辑层的,可以先自行排查,或者给一个必现的demo。 2023-04-03 0 0 分享 微博 QZONE 微信 layabox小高 赞同来自: 您好,请提供一份可复现此问题...
来源: Laya_社区 发布时间: 20230401
... { //然后又改成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
...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
...处理宏定义 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
...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
...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