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

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

331. laya.display.Input [ 40%]

...Frames No Frames InputProperties | Methods | Events | Constants Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差...

来源: laya_api 发布时间: 20170929

332. 打包native报错 [ 40%]

...son   2019-06-18 13:34:09.276568+0800 test1[6479:65523]  require(/sdcard/layabox/scripts/index.js) 2019-06-18 13:34:09.277721+0800 test1[6479:65523] found the file in the package:scripts/index.js   2019-06-18 13:34:09.279091+0800 test1[6479:65523]  ===============================================...

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

333. laya.display.Text [ 39%]

...Frames No Frames TextProperties | Methods | Events | Constants Packagelaya.displayClasspublic class TextInheritanceText Sprite Node EventDispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默...

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

334. [LayaNative2.2.0beta4] 无论是否删除或者替换layabox.ttf 都会直接crash 【有demo】 [ 39%]

[LayaNative2.2.0beta4] 无论是否删除或者替换layabox.ttf 都会直接crash 【有demo】 之前使用2.1.0发现会有crash的bug: https://ask.layabox.com/question/43832 官方建议升级引擎,于是下了最新的beta4测试了一下demo, 可是还是会crash,只是crash的堆栈...

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

335. laya.display.Text_API3.0 [ 38%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Text" Text Class Text Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的...

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

336. 2.12.2beta1 诸多bug [ 35%]

...找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Fred 赞同来自: 您好,您提供的描述内容文件里面是空的,麻烦您重新提供一下。 2021-11-05 0 4 分享 微博 QZONE 微信 Laya_Fred 赞同来自: 您好,onEnable方法的问题,在移除test...

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

337. 加载.lh文件 运行后黑屏 无法显示 [ 35%]

...ort GameConfig from "./GameConfig";  class Main {     //private scene:Laya.Scene3D;     private text:Laya.Text;     private _upVector3:Laya.Vector3 = new Laya.Vector3(0, 1, 0);     constructor() {         this._upVector3 = new Laya.Vector3(0, 1, 0);         Laya3D.in...

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

338. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 35%]

...所了解的给指点一下 多谢 class MultiTouch{     private text:Laya.Text;     private _upVector3:Laya.Vector3 = new Laya.Vector3(0, 1, 0); constructor(){         Laya.alertGlobalError = true; this._upVector3 = new Laya.Vector3(0, 1, 0); //初始化引擎         Laya3D...

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

339. laya.display.Input_API3.0 [ 34%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Input" Input Class Input Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输...

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

340. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 33%]

Laya.loader.load(xx) 当地址""的时候,会报错。 laya 引擎是2.5的      Laya.loader.load(cg_url,Laya.Handler.create(this,()=>{             let tur:Laya.Texture = Laya.loader.getRes(cg_url);             if(tur)img_cg.graphics.drawImage(tur)        ...

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