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

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

11. laya.d3.component.volume.reflectionprobe.ReflectionProbeManager_API3.0 [ 90%]

...针管理 Hierarchy ReflectionProbeManager Implements IVolumeManager Index Constructors constructor Accessors sceneReflectionProbe Methods _updateRenderObject Constructors constructor new ReflectionProbeManager(): ReflectionProbeManager Defined in laya/d3/component/Volume/reflectionProbe/ReflectionP...

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

12. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 89%]

... BVH子空间 Type parameters T Hierarchy BVHSpatialBox BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell ...

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

13. laya.d3.core.scene.bvhscenerendermanager.BVHRenderBox_API3.0 [ 89%]

...> Type parameters T Hierarchy BVHSpatialBox<T> BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell ...

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

14. 针对2.0.0 beta5 setLoadingPage 做增强 [ 87%]

...一个场景的同时执行异步方法 */ export default class LoadPage { constructor(url = null) { this._loadScene = null if (url) this.preload(url) } /** * 预加载loading页面 * @param {String} url loading页面url */ async preload(url = 'loadingpage.scene') { if (this._loadScene && ur...

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

15. 分享:关于自定义场景继承的实现 [ 86%]

...eScene.tsexport namespace base{ export class BaseScene extends Laya.Scene{ constructor(){ super(); console.log('BaseScene:我是基类BaseScene,我的子类是导出类,我的父类是场景类'); } } } 导出UI 导出后layaMaxUI.ts的内容如下/**This class is automatically generated by LayaAi...

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

16. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 85%]

...BufferObject Hierarchy UniformBufferObject NativeUniformBufferObject Index Constructors constructor Properties _buffer _bufferType _bufferUsage _byteLength _conchUniformBufferObject _glBuffer _glPointer _name byteLength UBONAME_CAMERA UBONAME_SCENE UBONAME_SHADOW UBONAME_SPRITE3D Accessors bufferUsa...

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

17. Uncaught TypeError: GlowFilter is not a constructor [ 84%]

Uncaught TypeError: GlowFilter is not a constructor 使用 GlowFilter ,编辑模式下F9 引入了Filter 依然报这个错,ColorFilter没问题 2019-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_...

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

18. Warning!,this class[MiniAdpter] already exist: Object {} [ 84%]

...s class[MiniAdpter] already exist: Object {init: } 升级Laya2.2.0报Class constructor Scene cannot be invoked without 'new'解决办法 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' ClassUtils.getClass获取不到Class Uncaught 无法实例class PhysicsCollider ext...

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

19. 2.0 Beta3版本中,runtime脚本的的问题 [ 83%]

... Scene=Laya.Scene; export module ui { export class BGPageUI extends View { constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("BGPage"); } } export class MonkeyPageUI extends View { constructor(){ super()} createChildren():void { super.createChildren(); this.loadS...

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

20. new GlowFilter Uncaught TypeError: GlowFilter is not a constructor [ 82%]

new GlowFilter Uncaught TypeError: GlowFilter is not a constructor var glowFilter:GlowFilter = new GlowFilter("#ffff00", 10, 0, 0); 然后运行时报错 Uncaught TypeError: GlowFilter is not a constructor        有知道为啥的么 2017-02-17 添加评论 免费帖 --> 分享 微博 QZONE ...

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