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

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

541. 资源加载(ActionScript-3D基础(AS3)-LayaAir3D之资源加载) [ 63%]

...资源加载 #### 1. 场景加载 单个场景加载的时候,使用的Scene3D.load方法。 ```typescript //3d场景加载 Scene3D.load("res/TerrainScene/XunLongShi.ls",Handler.create(null,function(scene:Scene3D):void { //加载完成获取到了Scene3d Laya.stage.addChild(scene); //获取摄像...

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

542. laya.d3.core.BaseCamera_API3.0 [ 63%]

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

543. Uncaught Can not find class laya.html.dom.HTMLDivElement [ 63%]

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

544. laya2.0 runtime问题 [ 63%]

...接this.xx Leon • 2018-10-10 15:53 @hj:额我意思是,要获取test_1.scene页面下的某个组件,需要设置var为xx,然后再 页面对象.xx这种方式调用啊 目前var写东西后,发布UI后在layaMaxUI.ts有一大堆报错,这在1.7是没有的,用不写var这种处理方...

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

545. 2.0新特性常见问题(TypeScript-常见问题汇总(持续更新)-2.0常见问题) [ 63%]

...场景类,也就是能进一步减少js包的大小,使用的时候用Scene.load方式加载,区别于前三种最大的的不同就是,文件模式不能直接调用场景内的变量,需要getchild获取之后进行操作。前三种的场景类里声明了变量,有代码提示直接...

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

546. laya.d3.core.light.SpotLight_API3.0 [ 63%]

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

547. Uncaught Can not find class laya.ani.bone.Skeleton [ 63%]

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

548. Uncaught TypeError: Class constructor Component cannot be invoked without 'new' [ 63%]

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

549. 当屏幕尺寸,缩放模式,横竖屏 发生改变时会报错Uncaught TypeError: Cannot read property 'length' of null [ 63%]

...bject' of undefined matter中layasprite怎么改变图片大小? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 mac 用layaair2.0 ide 的编辑模式下,cpu爆满 IDE通过.ui自动生成的ui代码报错 IDE编辑模式,一片黑,打...

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

550. 导航容器组件 · LayaAir3.0文档 · LAYABOX [ 63%]

...代码把Tab标签和ViewStack的子页面切换显示关联起来。 在Scene2D的属性设置面板中,增加一个自定义组件脚本。然后,将ViewStack和Tab组件拖入到其暴露的属性入口中。需要添加如下的示例代码: const { regClass, property } = Laya; @regClass()...

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