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

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

2161. 1.7.17新版本文本框无法使用 [ 53%]

... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? 关于使用matterjs物理引擎鼠标问题 btn 鼠标移动上去默认文本颜色是绿色,我想换...

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

2162. 多线程worker(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 53%]

...成操作的机会;就是简单的立即停止 ### 属性 | Property | Type | Description | | ----------- | ---------------------------------------- | ---------------------------------------- | | `onmessage` | [`EventListener`](https://developer.mozilla.org/zh-CN/docs/Web/API/EventListener) | 一...

来源: Laya2.0_文档 发布时间: 20210715

2163. 如何能够clone一个node(包括node所有的子节点, 以及所有节点上的compnent,属性) [ 53%]

...就是prefab的功能了。Laya.loader.load([{url:"prefab/ButtonA.json", type:Laya.Loader.PREFAB}], Laya.Handler.create(this, ()=>{ let prefab = Laya.loader.getRes("prefab/ButtonA.json") as Laya.Prefab; let o:Laya.Button = prefab.create(); o.zOrder = 10000; Laya.stage.addChild(o); })); 但是如...

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

2164. 技术文档中脚本化里, 在IDE中属性为script的蓝色小标签,@prop是如何定义的? [ 53%]

...个属性的script小标签, 在代码中是怎么用@prop实现的, 试了type:Script , 并不管用. 附件 : --> 2020-04-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 标标 赞同来自: 同问啊 2020-07-...

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

2165. 使用3D UI · LayaAir3.4 · 引擎文档 · LAYABOX [ 53%]

...nstance: Main; constructor() { super(); Main.instance = this; } @property({type:Laya.Sprite3D}) private target: Laya.Sprite3D; @property({type:Laya.UI3D}) private ui3d: Laya.UI3D; public animator: Laya.Animator; onEnable() { // 广告牌模式 this.ui3d.billboard = true; //获得状态机 this.anima...

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

2166. LayaNative中使用wss时,收消息会很慢。使用ws时正常 [ 53%]

... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 使用钢体设置防穿后仍有几率会穿透 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket iphoneX环境...

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

2167. Native上使用mask会出现内存泄露 [ 53%]

... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 关于使用matterjs物理引擎鼠标问题 问题状态 最新活动: 2018-12-19 17:11 浏览: 2260 关注: ...

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

2168. VRCamera使用中随camra视角的移动,部分模型会消失,回移镜头又重现了? [ 53%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 加载到舞台的3D模型不显示贴图 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 求高人分享使用protobuff框...

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

2169. 2.0.0beta5 can not find class Laya.Text [ 53%]

...Adpter] already exist: Object {init: } 2.0.0编译报错Cannot find global type 'Array' 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. LayaNative2.2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c Cannot find module Roaming\npm\node_...

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

2170. vivo打包后在手机运行本地存储返回数据有错 [ 53%]

...戏 接口:Laya.LocalStorage.getItem("user"); 返回:Value userData of type java.lang.String cannot be converted to JSONObject 本该返回一个json对象,浏览器正常 测试手机荣耀v10 快应用调试器平台版本1040 附件 : --> 2019-07-09 添加评论 免费帖 --> 分享 微博 ...

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