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

大约有 5,997 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0220 秒)

5941. laya.html.dom.HTMLDivElement_API3.0 [ 31%]

...ublic Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/dom/HTMLDivElement" HTMLDivElement Class HTMLDivElement HTML图文类,用于显示html内容 支持的标签如下: a:链接标签,点击后会派发"link"事件 比如:a div:div容器标签,比如:abc span:...

来源: Laya3.0_api 发布时间: 20231102

5942. 安卓概率闪退 [ 31%]

...0 pc 00000000006ae358 /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (v8::internal::Context::native_context()+0) [arm64-v8a] 2 #01 pc 00000000006594a4 /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (v8::Isolate::GetCurrentContext()+20) [arm64-v8a] 3 #02 pc 0000000...

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

5943. 微信小游戏 · LayaAir3.4 · 引擎文档 · LAYABOX [ 30%]

...的HTML5游戏。 强烈推荐要看一看微信小游戏官方的文档,LayaAir引擎的文档更多的是引擎相关的,当然也会混合了一些小游戏接口的应用介绍,但是仔细看看微信官方文档肯定没错。 下载并安装微信开发者工具 微信开发者工具主...

来源: Laya3.0_文档 发布时间: 20251010

5944. 启动引擎报错 mPlugin.game_plugin_init(3); [ 30%]

启动引擎报错 mPlugin.game_plugin_init(3); I/LayaBox: JNI localStoragePath=/data/user/0/com.iyoulong.wokfb//LayaCache/localstorage I/WebViewFactory: Loading com.google.android.webview version 70.0.3538.80 (code 353808050) I/zygote64: no shared libraies, dex_files: 1 I/zygote64: Rejecting re-in...

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

5945. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 29%]

...同来自: 下面是socket源码:       package Scripts.Core { import laya.net.Socket; import laya.utils.Byte; import laya.events.Event; import Scripts.Core.MsgManger; import Scripts.Core.IHandler; import Scripts.Core.TipsManager; import laya.utils.Browser; /** * ... * @author */ public class S...

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

5946. laya.d3.core.scene.Scene [ 29%]

...Frames No Frames SceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class SceneInheritanceScene Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource BaseScene 类用于实现场景。 Public Properties Hide Inherited Public Properti...

来源: laya_api 发布时间: 20170929

5947. laya.ui.Label [ 29%]

...| Index | Frames No Frames LabelProperties | Methods | Events Packagelaya.uiClasspublic class LabelInheritanceLabel Component Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Pub...

来源: laya_api 发布时间: 20170929

5948. 为什么这样加载不出来东西,别再给我发示例链接了,就是按照示例来的 [ 29%]

...找到相关结果 已邀请: 与内容相关的链接 提交 13 个回复 Laya_Aaron 赞同来自: 传这个图也看不出问题在哪,导出设置是否正确,unity版本是多少, 插件版本是最新的吗?ide是否最新,有没有报错信息。 我还是要给你个链接自己查...

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

5949. laya.ui.Label [ 29%]

...| Index | Frames No Frames LabelProperties | Methods | Events Packagelaya.uiClasspublic class LabelInheritanceLabel UIComponent Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited P...

来源: Laya2.0_api 发布时间: 20190513

5950. laya native加载人物模型出错 [ 29%]

laya native加载人物模型出错 我使用 var that=this; Laya.loader.create("res/3d/baseman01.lh", Laya.Handler.create(this, function(){  var scene3d=new Laya.Scene3D(); that.owner.addChild(scene);  var model=Laya.loader.getRes(window.getPath("res/3d/baseman01.lh")); var player=model.clone();...

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