大约有 1,233 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0044 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(25) Laya2.0_示例(9) Laya_示例(7)
... { //ui thread update ui JSONObject obj = new JSONObject(); try { obj.put("value", "Hello Laya!"); } catch(JSONException e) { e.printStackTrace(); } Log.d("Laya", "======准备返回参数 :"+obj.toString()); ExportJavaFunction.CallBackToJS(JSBridge.class, "authWxToLaya", obj.toString()); } }); ...
来源: Laya_社区 发布时间: 20200113
... public function get mesh():BaseMesh public function set mesh(value:BaseMesh):voidConstructor DetailMeshCollider()Constructorpublic function MeshCollider() 创建一个 SphereCollider 实例。 Method Detail_initialize()methodoverride public function _initialize(owner:ComponentNode):void...
来源: laya_api 发布时间: 20170929
...c function get sharedMesh():BaseMesh public function set sharedMesh(value:BaseMesh):voidConstructor DetailMeshFilter()Constructorpublic function MeshFilter(owner:MeshSprite3D) 创建一个新的 MeshFilter 实例。 Parameters owner:MeshSprite3D — 所属网格精灵。 Method Detail_destroy...
来源: laya_api 发布时间: 20170929
... trace("type:" + type.type + "ddd--" + _list.scrollBar.value + "---index:" + index); var curX:Number,curY:Number; if(type.type== "mousedown") { _oldY = Laya.stage.mouseY; ...
来源: Laya_社区 发布时间: 20171204
... public function get volume():Number public function set volume(value:Number):voidMethod Detail__runComplete()method protected function __runComplete(handler:Handler):void private Parameters handler:Handlerpause()method public function pause():void 暂停播放。 play()method public f...
来源: Laya2.0_api 发布时间: 20190513
...null,诡异的是IDE直接运行调试这个bitmap不为null (引擎的Value2D.ts,121行),所以还是得麻烦官方想想会是什么问题导致的 Laya_phhh • 2023-08-25 19:17 我们没复现的问题我们也没法查啊 *ೃ ʜʟ • 2023-08-29 15:57 知道问题了,提前清理了...
来源: Laya_社区 发布时间: 20230824
...function get templet():AnimationTemplet public function set templet(value:AnimationTemplet):voidConstructor DetailSkinAnimations()Constructorpublic function SkinAnimations() 创建一个新的 SkinAnimations 实例。 Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...com.ReleaseTest.Four E/LayaGameEngine: game_plugin_set_option key=localize value=false 06-20 19:10:18.120 5371-5371/com.ReleaseTest.Four E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://192.168.0.145/Release/l ... .html 06-20 19:10:18.121 5371-5371/com.ReleaseTest.Four E/LayaConch5:...
来源: Laya_社区 发布时间: 20170620
... local_config.firstChild.childNodes[0].attributes.getNamedItem("tracekey").value 明明lib.d.ts里有attributes啊 附件 : --> LayaXmlParse1.rar 2019-04-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaro...
来源: Laya_社区 发布时间: 20190401
...mplementations of HTMLCanvasElement's CanvasRenderingContext2D store color values internally in premultiplied form. If such a canvas is uploaded to a WebGL texture with the UNPACK_PREMULTIPLY_ALPHA_WEBGL pixel storage parameter set to false, the color channels will have to be un-multiplied by the al...
来源: Laya_社区 发布时间: 20180414