大约有 851 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0054 秒)
Laya_社区(563) Laya2.0_文档(114) Laya3.0_api(79) Laya3.0_文档(61) Laya_示例(31) Laya2.0_api(2) laya_api(1)
...Uncaught unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefine...
来源: Laya_社区 发布时间: 20200518
...Uncaught unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. 问题状态 最新活动: 2020-02-28 16:15 浏览: 3280 关注: 2 人
来源: Laya_社区 发布时间: 20200228
...看下导出的动画效果。 ```typescript //加载我们导出的场景 Scene3D.load("res/LayaScene_LayaMonkey/Conventional/LayaMonkey.ls",Handler.create(this,function(s:Scene3D):void{ Laya.stage.addChild(s); })); ``` ![](img/6.gif)(图6)
来源: Laya2.0_文档 发布时间: 20210714
...代码把Tab标签和ViewStack的子页面切换显示关联起来。 在Scene2D的属性设置面板中,增加一个自定义组件脚本。然后,将ViewStack和Tab组件拖入到其暴露的属性入口中。需要添加如下的示例代码: const { regClass, property } = Laya; @regClass()...
来源: Laya3.0_文档 发布时间: 20241014
...seCamera Camera Index Constructors constructor Properties _extra _forward _scene _up _url name tag useOcclusionCulling RENDERINGTYPE_DEFERREDLIGHTING RENDERINGTYPE_FORWARDRENDERING WORLDINVERTFRONT Accessors active activeInHierarchy clearColor components cullingMask destroyed displayedInStage farPla...
来源: Laya3.0_api 发布时间: 20231115
...ad property 'cursor' of undefined错误 运行报错 Uncaught Can not find scene:GameView.scene undefined Uncaught TypeError: Cannot read property 'props' of undefined 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught unknown animationClip version. 2.0.0编译报错Cannot ...
来源: Laya_社区 发布时间: 20200504
...hy LightSprite SpotLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent range scene shad...
来源: Laya3.0_api 发布时间: 20231115
...```typescript //新建一个球体模型并添加到舞台上 var sphere = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(1))); //新建一个球形的碰撞盒 var sphereShape = new Laya.SphereColliderShape(1); //给球添加刚体 var sphereRigid = sphere.addComponent(Laya.Ri...
来源: Laya2.0_文档 发布时间: 20210715
...impleSkinnedMeshSprite3D 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
...on 文件,或者文件读取失败,请检查后重新编译。 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 请问下loader如何强制加载一个文件,避免浏览器的缓存 编辑了图片 执行代码说加载不出来资源 这...
来源: Laya_社区 发布时间: 20180320