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

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

421. laya.resource.AssetDb_API3.0 [ 61%]

...rited Externals Only exported Menu Globals "laya/resource/AssetDb" AssetDb Class AssetDb 此类用来描述资源 Hierarchy AssetDb Index Properties metaMap shaderNameMap uuidMap inst Methods URL_to_UUID_async UUID_to_URL UUID_to_URL_async getMeta getSubAssetURL resolveURL shaderName_to_URL shaderNa...

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

422. 请教,namspace 定义后,怎么使用里面的类 [ 61%]

...空间方式,换成module后依然不行。   namespace Test { export class TestOne { Show(){ alert("调用成功!"); } } } Main.Ts ConfigLoaded 函数 onConfigLoaded(): void {                  var testOne=new Test.TestOne();//失败 未找到Test.TestOne         testOne...

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

423. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 61%]

...u Globals "laya/d3/core/particleShuriKen/module/shape/ConeShape" ConeShape Class ConeShape ConeShape 类用于创建锥形粒子形状。 Hierarchy BaseShape ConeShape Implements IClone Index Constructors constructor Properties angle emitType enable length radius randomDirection shapeType Accessors ...

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

424. 关于分包的问题,是否是编译器bug? [ 61%]

...dow,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__newvec; })(window,document,Laya); 如果代码中这样写: var module:Module =new modules.LoginModule(); module.run(); 编译后login.js是正常的,里面各个类...

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

425. laya.device.geolocation.Geolocation_API3.0 [ 61%]

...ly exported Menu Globals "laya/device/geolocation/Geolocation" Geolocation Class Geolocation 使用前可用supported查看浏览器支持。 Hierarchy Geolocation Index Constructors constructor Properties PERMISSION_DENIED POSITION_UNAVAILABLE TIMEOUT enableHighAccuracy maximumAge supported timeout...

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

426. LayaNative 0.9.6启动时报错 [ 61%]

LayaNative 0.9.6启动时报错 Rejecting re-init on previously-failed class java.lang.Class<vp>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/SafeBrowsingResponse; 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void com.android.webview.ch...

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

427. 一个很奇怪的问题,不知道其他同学遇到没有 [ 61%]

...默认生成的程序入口文件,新建一个main.ts,输入以下代码: class main{ constructor(){ Laya.init(600,400); console.log(common.num); } } new main();   这里面访问了另外一个文件common.ts中定义的类: class common{ constructor(){ } public static num : number = 1000000; } ...

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

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

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

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

429. laya.net.Downloader_API3.0 [ 61%]

...ited Externals Only exported Menu Globals "laya/net/Downloader" Downloader Class Downloader Hierarchy Downloader Index Properties httpRequestPool Methods audio common image imageWithBlob imageWithWorker Properties httpRequestPool httpRequestPool: Array<HttpRequest> = [] Defined in laya/net/Dow...

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

430. 关于camera.addComponent(CameraMoveScript) [ 61%]

...找到你想要的https://layaair.ldc.layabox.com/api/?category=Core&class=laya.d3.core.Camera https://layaair.ldc.layabox.co ... amera 2018-04-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ssmc 相关问题 viewportPointToRay会...

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