大约有 36 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
...出alert //值为2:表示所有LOGE和LOGW全部弹出alert window.conch.config.setDebugLevel(1); } Tips 1、conch只能LayaNative环境下调用,在网页版本中是没有conch定义的,所以需要判断一下是否存在。 4.关于iOS对接微信 在iOS平台下对接微信SDK,微信1.7...
来源: Laya3.0_文档 发布时间: 20241025
...游戏,如图1所示: (图1) 1.进度条控制 开发者可以在config.js中,控制LoadingView的背景色、字体颜色、Tips等。 config.js的位置(也可以在项目中直接搜索config.js文件): Android: 工程目录下的assets/scripts/config.js IOS:工程目录下的reso...
来源: Laya3.0_文档 发布时间: 20241024
...敏感词没发帖,所以麻烦手动敲一下吧,就几句话。 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_文档 发布时间: 20241023
... n = nameToVal[name]; return n || 0; } catch (e) { return 0; } })(s); conchConfig.setScreenOrientation(nOri); ; } 开发者可以在开发工具中,通过代码更改横竖屏的设置: 如果是直接打包的项目,则需要重新在LayaAir-IDE中构建发布一次。 2.1 iOS iOS项目构建...
来源: Laya3.0_文档 发布时间: 20241024
...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_文档 发布时间: 20241023
...了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