• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,233 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0044 秒)

1101. Laya的安卓二次开发主动调用js层,无法实现传回数据给js层 [ 48%]

... { //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

1102. laya.d3.component.physics.MeshCollider [ 48%]

...   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

1103. laya.d3.core.MeshFilter [ 47%]

...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

1104. Main无法正常使用,找不到它的定义 [ 47%]

...            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

1105. laya.media.SoundChannel [ 47%]

...  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

1106. 3.0.3版本发布Web,运行有很大概率会出现gammaCorrection相关错误的的问题 [ 47%]

...null,诡异的是IDE直接运行调试这个bitmap不为null (引擎的Value2D.ts,121行),所以还是得麻烦官方想想会是什么问题导致的 Laya_phhh • 2023-08-25 19:17 我们没复现的问题我们也没法查啊 *ೃ ʜʟ • 2023-08-29 15:57 知道问题了,提前清理了...

来源: Laya_社区 发布时间: 20230824

1107. laya.d3.component.animation.SkinAnimations [ 47%]

...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

1108. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 47%]

...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

1109. XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. [ 47%]

... local_config.firstChild.childNodes[0].attributes.getNamedItem("tracekey").value 明明lib.d.ts里有attributes啊 附件 : --> LayaXmlParse1.rar 2019-04-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaro...

来源: Laya_社区 发布时间: 20190401

1110. LAYA3D,如何关闭ALPHA预乘 premultiply alpha [ 47%]

...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