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

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

251. 关于laya图片资源缓存的问题 增量更新文件缓存 [ 68%]

...E 是没测试就上线了吗? 图集打包找不到图集文件 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 .sk , .lm , .ltc , .lh...

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

252. 加载学堂3D角色资源,播放动画异常 [ 68%]

...; this.roleMan.transform.localPosition = new Laya.Vector3(0,-0.5,-3); this.scene.addChild(this.roleMan); //给男角色添加贴图动画 var manAni:Laya.SkinAnimations = this.roleMan.addComponent(Laya.SkinAnimations) as Laya.SkinAnimations; manAni.url="man/hero.ani"; manAni.player.play(); // play...

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

253. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 67%]

...rite3D PixelLineSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOSITION REFLECTIONTEXTURE SAHDERDEFINE_LIGHTMA...

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

254. laya.ui.CheckBox_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

255. Scene.open打不开场景问题 [ 67%]

Scene.open打不开场景问题 Laya2.8.0beta创建3D物理项目,创建页面不挂载任何script脚本和runtime,Scene.open打不开页面,必须填入runtime脚本才能打开,这是什么情况?2.7.1及之前的版本没有这个问题,不挂载任何script脚本和runtime直接可...

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

256. laya.ui.HSlider_API3.0 [ 67%]

...der HSlider 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

257. 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

258. 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

259. 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

260. 如何对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