大约有 37 项符合查询结果, 库内数据总量为 30,954 项。 (搜索耗时: 0.0027 秒)
...出 //值为n:表示只有LogLevel <= n的日志输出 window.conch.config.setLogLevel(2); } Tips 1、conch只能LayaNative环境下调用,在网页版本中是没有conch定义的,所以需要判断一下是否存在。 4.关于iOS对接微信 在iOS平台下对接微信SDK,微信1.77版...
来源: Laya3.0_文档 发布时间: 20250314
...游戏,如图1所示: (图1) 1.进度条控制 开发者可以在config.js中,控制LoadingView的背景色、字体颜色、Tips等。 config.js的位置(也可以在项目中直接搜索config.js文件): Android: 工程目录下的assets/scripts/config.js IOS:工程目录下的reso...
来源: Laya3.0_文档 发布时间: 20250314
...敏感词没发帖,所以麻烦手动敲一下吧,就几句话。 let configs = new Config3D(); configs.octreeCulling = true; //根据IDE设置初始化引擎 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.hei...
来源: Laya_社区 发布时间: 20210322
...出alert //值为2:表示所有LOGE和LOGW全部弹出alert window.conch.config.setDebugLevel(1); } ``` **Tips** *1、conch只能LayaNative环境下调用,在网页版本中是没有conch定义的,所以需要判断一下是否存在。* *2、如果使用as语言开发的时候,可以通过 ...
来源: Laya2.0_文档 发布时间: 20210715
...代码时,如果没有定义,可以这样写:(window as any).conch.config.xxxx。 2、还可以使用if(Render.isConchApp)进行判断。 返回值类为int类型 NET_NO = 0; NET_WIFI = 1; NET_2G = 2; NET_3G = 3; NET_4G = 4; NET_YES = 5; /** * 枚举网络状态 * NET_NO:没有网络 * NET_2G:...
来源: Laya3.0_文档 发布时间: 20250314
...nherited Externals Only exported Menu Globals "laya/d3/physics/constraints/ConfigurableConstraint" ConfigurableConstraint Class ConfigurableConstraint ConfigurableConstraint类用于可设置的约束组件 Hierarchy ConstraintComponent ConfigurableConstraint Index Constructors constructor Propertie...
来源: Laya3.0_api 发布时间: 20231115
...Studio打开构建后的工程。 打开android_studio/app/src/main/assets/config.ini,修改JSDebugMode的值,设置需要的调试模式。如图2-1所示, (图2-1) JSDebugMode的取值和含义如下: 取值 含义 0 关闭调试功能 1 Debug/Normal模式 2 Debug/Wait模式 当项目正...
来源: Laya3.0_文档 发布时间: 20250104
...Studio打开构建后的工程。 打开android_studio/app/src/main/assets/config.ini,修改JSDebugMode的值,设置需要的调试模式。如图2-1所示, (图2-1) JSDebugMode的取值和含义如下: 取值 含义 0 关闭调试功能 1 Debug/Normal模式 2 Debug/Wait模式 当项目正...
来源: Laya3.0_文档 发布时间: 20250314
...了LayaUI.max.all.js后,再加载ui.json! Laya.loader.load([ { url: config.layerUIJson, type: Laya.Loader.JSON } ], Handler.create(this, function () { this.gameScenes = new ui.layer.gameScenesUI(); this.addChildren(this.gameScenes); })); 但页面上却没有任何内容显示出来!求教...
来源: Laya_社区 发布时间: 20171012
... Constructors constructor new BVHSpatialBox(bvhmanager: BVHSpatialManager, config: BVHSpatialConfig): BVHSpatialBox Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:111 创建BVHSpaticalBox实例 Parameters bvhmanager: BVHSpatialManager config: BVHSpatialConfig Returns BVHSpatialBox Accessors pare...
来源: Laya3.0_api 发布时间: 20231115