大约有 258 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0057 秒)
...tions(), and running remote scripts in order to change app behavior and/or call SPI, based on the contents of the downloaded script. Even if the remote resource is not intentionally malicious, it could easily be hijacked via a Man In The Middle (MiTM) attack, which can pose a serious security vulner...
来源: Laya_社区 发布时间: 20171221
...mage = Laya.Image; var WID = 373, HEI = 85; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); this.setImg = function(src) { this.img.skin = src; } } Laya.class(Item, "Item", Box); // 主要逻辑代码 var Stage = Laya.Stage; var List = ...
来源: Laya2.0_文档 发布时间: 20210714
.../arm64/liblayaair.so (_ZN4laya12imp_JS2CFuncIMNS_17JSLayaConchBulletEFilEE4callERKN2v820FunctionCallbackInfoINS5_5ValueEEE+176) (BuildId: 2204384180deac6f8765889139a52d0a63a967d9) 2022-03-08 16:19:22.021 11539-11539/? A/DEBUG: #02 pc 0000000000e3f14c /data/app/com.shengsuo.smileg.huawei-q...
来源: Laya_社区 发布时间: 20220309
...1513:system/1000 pkg android 07-22 15:28:49.418: E/voice(677): voice_is_in_call_rec_stream: input stream is NULL 07-22 15:28:49.419: E/ACDB-LOADER(677): Error: ACDB AudProc vol returned = -19 07-22 15:28:49.419: E/libc(677): Access denied finding property "tas.smartamp.pcm" 07-22 15:28:49.419: E/lib...
来源: Laya_社区 发布时间: 20190722
...符。 * @param createFun 用于创建该类型对象的方法。 * @param caller this对象 * @return 此类型标识的一个对象。 */ static getItemByCreateFun(sign: string, createFun: Function, caller: any = null): any { var pool: any[] = Pool.getPoolBySign(sign); var rst: any = pool.length ?...
来源: Laya3.0_文档 发布时间: 20251010
... function ParticleShader(){ ParticleShader.__super.call(this,ParticleShader.vs,ParticleShader.ps,"ParticleShader"); } __class(ParticleShader,'laya.particle.shader.ParticleShader',_super); __static(ParticleShader, ['vs',function(){return this....
来源: Laya_社区 发布时间: 20171109
...nvalid GUILayout state in LayaAir3D view. Verify that all layout Begin/End calls match UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either ...
来源: Laya_社区 发布时间: 20240111
...yFactory: : success to get AllImpl object and return.... V/ActivityThread: callActivityOnCreate I/HwApsImpl: APS: new HwApsImpl created I/hwaps: HwAps: JNI_OnLoad V/HwWidgetFactory: : successes to get AllImpl object and return.... D/TextView: get Display Panel Type is : 0 D/OpenGLRenderer: Skia GL P...
来源: Laya_社区 发布时间: 20190723
...需求,flash插件提供了一个简单的接口函数`ExternalInterface.call`和`ExternalInterface.addCallback`与JS交互。但是发布HTML5,这个flash的接口就不能用了。 作为支持AS3语言编写HTML5的引擎,LayaAir可以通过`Browser.windows`和`__JS__`方法来和JS...
来源: Laya2.0_文档 发布时间: 20210715
...分割的形式显示了“Watch Expressions(查看表达式)”、“Call Stack(堆栈调用)”等分栏目: “Watch Expressions(查看表达式)”分栏目上边有一个“Pause On Caught Exceptions(当发生异常时暂停)”的选项,将其勾选可以开启运行...
来源: Laya_社区 发布时间: 20151218