大约有 263 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0059 秒)
...改下CustomMaterial.js function CustomMaterial() { CustomMaterial.__super.call(this); this.setShaderName("CustomShader"); } Laya.class(CustomMaterial, "CustomMaterial", Laya.BaseMaterial); CustomMaterial.DIFFUSETEXTURE = 1; CustomMaterial.prototype.getDiffuseTexture = function () { return this._get...
来源: Laya_社区 发布时间: 20170524
...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
...ace:]: unrecognized selector sent to instance 0x300633400' *** First throw call stack: (0x19ef68f20 0x196e172b8 0x19f072480 0x19ef05fb4 0x19ef058d0 0x10297b8b4 0x102815fe0 0x1028b6280 0x1028b61f8 0x1028b600c 0x102b26978 0x10359a6c4 0x103598cec 0x103598cec 0x103598cec 0x103598cec 0x103598cec 0x103598...
来源: Laya_社区 发布时间: 20251218
.../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