大约有 23 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0042 秒)
...ptions */ "strict": true, /* Enable all strict type-checking options. */ // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ // "strictNullChecks": true, ...
来源: Laya_社区 发布时间: 20190408
...TIONAL SHADOWS_SCREEN DisableLighting LIGHTMAP_OFF Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_...
来源: Laya_社区 发布时间: 20180306
...tly, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote...
来源: Laya_社区 发布时间: 20171221
...73) at Function.MiniAdpter.init (laya.wxmini.js:91) at Function.MiniAdpter.enable (laya.wxmini.js:77) at Function.Browser.__init__ (laya.core.js:4125) at Object.Laya.init (laya.core.js:252) at new Main (Main.ts:6) at Object.2../GameConfig (Main.ts:35) at o (_prelude.js:11) at r (_prelude.js:11) at _...
来源: Laya_社区 发布时间: 20181107
...tly, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote...
来源: Laya_社区 发布时间: 20171221
...json获取shzview.autoBtn这个按钮,然后对按钮进行滤镜处理enable_false(shzview.autoBtn); // 灰色滤镜 var grayfilter = [ 0.3086, 0.6094, 0.0820, 0, 0,//R 0.3086, 0.6094, 0.0820, 0, 0,//G 0.3086, 0.6094, 0.0820, 0, 0,//B 0, 0, 0, 1, 0 //A ]; var grayscale...
来源: Laya_社区 发布时间: 20170103
...ader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, () => { alert("onLoaded!"); }), null, Laya.Loader.ATLAS, 1, true, null, false, true); useWorkerLoader参数...
来源: Laya_社区 发布时间: 20190111
...tly, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote...
来源: Laya_社区 发布时间: 20191104
...ON_SLIDE=5000 REPORT_TIMES_SLIDE=16 D/OpenGLRenderer: HWUI Binary is enabled disableOutlineDraw is true D/a: Mainactivity---------------------------------oncreate Mainactivity---------------------------------initEngine D/: >>>>>>>>>>>>>>>...
来源: Laya_社区 发布时间: 20190723
...MLCanvas,但事实上不会。 看源码,laya.core.js,启用webgl.enable里修改了drawToCanvas的实现,返回的是pixels。 所以,按照你们的截屏示例,http://ask.layabox.com/question/4150,在webgl下是根本不可能截屏的。 所以,在webgl下到底怎么才...
来源: Laya_社区 发布时间: 20170523