大约有 2,746 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0071 秒)
Laya_社区(1928) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(49)
... { //然后又改成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_示例 发布时间: 20260303
...处理宏定义 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
...Laya.timer.frameLoop(1, this, animate); } private function animate(e:Event=null):void { ape1.rotation += 2; ape2.rotation -= 4; } } }
来源: Laya_示例 发布时间: 20260303
...置canvas高度 public canvasWrapText(options) { var settings = { canvas:null, canvasWidth:512, //canvas的宽度 canvasHeight:128, //canvas的宽度 font:"40px 'Microsoft Yahei'", //文字样式 text:"请修改掉默认的配置", //需要绘制的文本 color:"#000000"...
来源: Laya_社区 发布时间: 20180814
...器: laya.core.js:15215 Uncaught TypeError: Cannot read property '_tf' of null 粒子放着放着:(内存占用巨大) laya.webgl.js:8156 Uncaught RangeError: Array buffer allocation failed 用着某个粒子: GL_OUT_OF_MEMORY : glShaderSource: too large laya.webgl.js:8055 GL_OUT_OF_MEMORY : glShade...
来源: Laya_社区 发布时间: 20171021
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么...
来源: Laya_社区 发布时间: 20170607
...目就报错 部分日志: TypeError: Cannot read property 'addChild' of null at IFrameRenderItem.__proto.show (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/layabuilder.max.js:26665:27) 二、社区手机号不能登陆 日志在附件“bug.rar”里,清了缓存用微信...
来源: Laya_社区 发布时间: 20200909