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

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

251. laya.ui.VSlider_API3.0 [ 67%]

...der VSlider Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMo...

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

252. laya.ui.Tree_API3.0 [ 67%]

...hy Box Tree Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY array bgColor blendMode bottom cacheAs centerX centerY compon...

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

253. laya.ui.Button_API3.0 [ 67%]

...t Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler ...

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

254. 安卓app加载场景错误 [ 66%]

...t TypeError: Cannot read property 'btCollisionObject' of undefined laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 我这样...

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

255. 如何对3D精灵进行鼠标检测(ActionScript-3D基础(AS3)-LayaAir3D之鼠标交互) [ 66%]

...线 _camera.viewportPointToRay(point,_ray); //拿到射线碰撞的物体 _scene.physicsSimulation.rayCast(_ray,_outHitResult); //如果碰撞到物体 if (_outHitResult.succeeded) { //删除碰撞到的物体 text.text = "碰撞到了" + _outHitResult.collider.owner.name ; trace("碰撞到物体!...

来源: Laya2.0_文档 发布时间: 20210715

256. 1.7.8版本Sprite3D.load问题 [ 66%]

...ayer变量加载a.lh下的player2,否则会出现报错的情况,并且scene3D上有时也会出现类似情况,对于其对象销毁上,也存在一定问题,销毁不了对象,提示卸载组件时出现问题,手动移除组件,也报了同样的问题,报了loaded什么的 2017...

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

257. TypeError: relativePath is undefined [ 66%]

...ad property 'cursor' of undefined错误 运行报错 Uncaught Can not find scene:GameView.scene undefined 释放资源Cannot read property '_getSource' of undefined重新加载会容易报错 AS调用IOS原生返回值为undefined,这种情况要怎么解决 TiledMap里面Laya.ILaya报undefined La...

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

258. demo中的2d和3d混合 加载ktx的资源 会白色的 其他ui没有问题 [ 66%]

...all(this,vale)                 }             GameConfig.startScene && Laya.Scene.open(GameConfig.startScene);         }));   例子就是 官方的demo 只是修改了入口 其他没有变 fixImg3d.rar 2022-10-14 0 0 分享 微博 QZONE 微信 1567600631用户 赞同来...

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

259. [LayaNative2.2.0beta4] 无论是否删除或者替换layabox.ttf 都会直接crash 【有demo】 [ 66%]

...怎么删除释放资源? 怎么删除元素 删除场景中的模型,scene.removeChildAt()有问题(已解决) Laya API video / laya.device.media 是否支持 WebRTC 影音直播 问题状态 最新活动: 2019-08-30 16:57 浏览: 2734 关注: 2 人 happyfire • 2019-08-30 13:03 @Laya_Aaro...

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

260. 3D物理编辑 · LayaAir3.0文档 · LAYABOX [ 66%]

... coneMaterial; //把圆锥形3D节点对象添加到3D场景节点下 this.scene.addChild(cone); //设置随机位置 this.tmpVector.setValue(Math.random() * 6 - 2, 6, Math.random() * 6 - 2); cone.transform.position = this.tmpVector; //为圆锥形3D节点对象创建刚体碰撞器 let _rigidBody =...

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