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

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

2481. 动效问题,没有 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

2482. 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_示例 发布时间: 20260303

2483. laya.d3.shader.Shader3D_API3.0 [ 45%]

...处理宏定义 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

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

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

2486. Sprite-节点控制 [ 44%]

...Laya.timer.frameLoop(1, this, animate); } private function animate(e:Event=null):void { ape1.rotation += 2; ape2.rotation -= 4; } } }

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

2487. Laya3D 中如何解决3D模型上添加文本的问题,类似Unity中的3DText [ 44%]

...置canvas高度 public canvasWrapText(options) { var settings = { canvas:null, canvasWidth:512, //canvas的宽度 canvasHeight:128, //canvas的宽度 font:"40px 'Microsoft Yahei'", //文字样式 text:"请修改掉默认的配置", //需要绘制的文本 color:"#000000&quot...

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

2488. 建议给Tween增加一些功能, 例如无限循环 , 增加一些回调函数 [ 44%]

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

2489. 关于LAYADCC关于热更新问题。真心希望解决!! [ 44%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么...

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

2490. IDE2.7.1打开项目报错、社区手机号登陆一直刷新页面 [ 44%]

...目就报错 部分日志: 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