大约有 291 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0232 秒)
Laya_社区(200) Laya2.0_文档(46) Laya3.0_api(16) Laya3.0_文档(10) Laya2.0_api(6) Laya_示例(6) laya_api(4) Laya2.0_示例(3)
... U _OBJC_CLASS_$_UIWebView 0000000000002620 s l_OBJC_$_PROTOCOL_INSTANCE_METHODS_OPT_UIWebViewDelegate 0000000000002688 s l_OBJC_$_PROTOCOL_METHOD_TYPES_UIWebViewDelegate 0000000000002608 s l_OBJC_$_PROTOCOL_REFS_UIWebViewDelegate 0000000000002ab0 S l_OBJC_LABEL_PROTOCOL_$_UIWebViewDelega...
来源: Laya_社区 发布时间: 20190910
...ntime/indirect_reference_table.cc:113] 511 of java.lang.String (511 unique instances) 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/runtime/indirect_reference_table.cc:113] 03-22 13:52:03.814 15130-15204/com.xmvigor.shyxcs D/AudioTrack: write userSize 16384 03-22 13:52:03.831 15130-...
来源: Laya_社区 发布时间: 20180322
...803,this._wrapModeV); this._setFilterMode(this._filterMode); var gl=LayaGL.instance; WebGLContext.bindTexture(gl,this._glTextureType,this._glTexture); var glFormat=this._getGLFormat(); if (Render.isConchApp){ source.setPremultiplyAlpha(premultiplyAlpha); gl.texImage2D(this._glTextureType,0,/*laya.we...
来源: Laya_社区 发布时间: 20190809
...包native报错 如何确定自己是在Native环境中? Native下LayaGL.instance无法获取 Native 在iOS上支付失败的问题,及临时解决方法 Laya Native环境下如何生成二维码?官网提供的方案只能在浏览器下运行。因为qrcode.js依赖浏览器环境。网上...
来源: Laya_社区 发布时间: 20180201
...0.0beta插件报错 NullReferenceException: Object reference not set to an instance of an object o.c (UnityEngine.GameObject A_0) (at <174bbe38e5444724b5b9eeb4600df769>:0) o.k (UnityEngine.GameObject A_0, c A_1) (at <174bbe38e5444724b5b9eeb4600df769>:0) o.a (UnityEngine.GameObject A_0, c...
来源: Laya_社区 发布时间: 20201230
...rivate mArmatureUnUsed:Array<Laya.Skeleton> = []; public static getInstance():DdzLandlordAni{ return this.instance(DdzLandlordAni); } public constructor(){ super(); this.initTemplet(); } public static destoryInstance(){ if(this.mInstance){ (<DdzLandlordAni>this.mInstance).destory()...
来源: Laya_社区 发布时间: 20190821
...前的版本,使用了反射探针的物体不能进行静态合并以及instance动态合并,未来的引擎版本会优化。 ### 小提示 注意:新手在第一次使用时容易犯一个小错误,即将反射探针组件所在的空物体当做物体。其实不然,在场景中能看...
来源: Laya2.0_文档 发布时间: 20210715
...r = null; public function MsgMgr() { super(); } public static function get instance():MsgMgr { return _i ||= new MsgMgr(); } /**初始化消息监听**/ public function init():void { //接收主域透传的数据 if(MiniAdpter.isZiYu && MiniAdpter.isPosMsgYu) { __JS__('wx').onMessage(functio...
来源: Laya_社区 发布时间: 20180525
... class HelloWorld extends Laya.Scene { constructor() { super(); HelloWorld.instance = this; } onBtnShowClick(){ var dialog = new Laya.Dialog(); dialog.width=300; dialog.height=600; //var bg = new Laya.Image('comp/img_bg.png'); //dialog.addChild(bg); var button = new Laya.Button('comp/button.png'); b...
来源: Laya_社区 发布时间: 20190117
...cketmanger{ private static var _I:Socketmanger; public static function get Instance():Socketmanger { if(_I==null)_I=new Socketmanger(); return _I; } private static var socket:Socket=null; private var list:Array=; public function Connect(url:String):void { socket=new Socket(); socket.on(Event.OPEN, t...
来源: Laya_社区 发布时间: 20170724