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

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

251. discard property,please use transform's property instead [ 44%]

discard property,please use transform's property instead 运行官网的3D例子时,浏览器一直报这个 2018-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 就是那个属性...

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

252. TypeError: Cannot read property 'length' of null [ 44%]

TypeError: Cannot read property 'length' of null layaide2.4.0a场景包含预制体hero.prefab,b场景也包含预制体hero.prefab 在a场景通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)创建对象,同时给对象设置位置,成功 跳转到b场景后,通过Laya.Poo...

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

253. Cannot read property 'rayCast' of undefined [ 44%]

Cannot read property 'rayCast' of undefined export default class indexscene extends Laya.Script { constructor(){ super(); this.rotation = new Laya.Vector3(0, 0.01, 0); this.point = new Laya.Vector2(); this.ray = new Laya.Ray(new Laya.Vector3(),new Laya.Vector3()); //1.开启第四个参数 let conf...

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

254. Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js [ 43%]

...点? Uncaught Can not find class Laya.Text layaair2-cmd 编译bug 关于@prop {name:Tab,type:Node} 我觉得好麻烦啊 ,请问一下有别的方法吗 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. 2.0.0编译报错Cannot find global type 'Array' 运行报错 Un...

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

255. unity导出的场景.ls加载到laya3d中报错 [ 43%]

...件夹,放到bin文件夹下面。运行报错: TypeError: Cannot read property 'props' of undefined at Avatar.__proto._parseNode (file:///D:/layaTest/mylaya/bin/libs/laya.d3.js:19610:21) at Avatar.__proto.onAsynLoaded (file:///D:/layaTest/mylaya/bin/libs/laya.d3.js:19652:10) at ResInfo.onLoaded...

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

256. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 42%]

...ni 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Failed to load resource: net::ERR_FILE_NOT_FOUND ...

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

257. 3d导入粒子效果报错 [ 41%]

... is not defined laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 本地调试加载本地图片都报错 unity 粒子特效 laya插件有问题? 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined r...

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

258. 写了个边缘光的自定义shader,有很多问题,帮忙看一下 [ 39%]

...的shader么?应该怎么写? @asanwu   { "type":"CustomMaterial", "props":{ "name":"zhousi", "renderMode":1 }, "customProps":{ "ambientColor":[ 0.6, 0.6, 0.6 ], "diffuseColor":[ 1, 1, 1 ], "specularColor":[ 1, 1, 1, 8 ], "reflectColor":[ 1, 1, 1, 1 ], "emissionColor":[ 0, 0, 0 ], "albedoColor"...

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

259. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 31%]

...修改节点属性,场景里的对象会自动同步,无需手动 node.props.x = 100; //修改组件属性,场景里的对象会自动同步,无需手动 node.getComponent("MeshRenderer").props.enabled = false; 2、调用节点/组件的一个方法,并返回值。例如: //下面是UI...

来源: Laya3.0_文档 发布时间: 20240918

260. laya.device.media.Video [ 29%]

...umentationAll Packages | All Classes | Index | Frames No Frames VideoProperties | Methods | Events Packagelaya.device.mediaClasspublic class VideoInheritanceVideo Sprite Node EventDispatcher Object Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关于Video...

来源: laya_api 发布时间: 20170929