大约有 364 项符合查询结果, 库内数据总量为 30,897 项。 (搜索耗时: 0.0068 秒)
Laya_社区(257) Laya2.0_文档(20) Laya3.0_api(19) Laya2.0_api(17) Laya2.0_示例(15) Laya_示例(13) Laya3.0_文档(12) laya_api(11)
...Frames No Frames InputProperties | Methods | Events | Constants Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差...
来源: laya_api 发布时间: 20170929
...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
...Frames No Frames TextProperties | Methods | Events | Constants Packagelaya.displayClasspublic class TextInheritanceText Sprite Node EventDispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默...
来源: Laya2.0_api 发布时间: 20190513
[LayaNative2.2.0beta4] 无论是否删除或者替换layabox.ttf 都会直接crash 【有demo】 之前使用2.1.0发现会有crash的bug: https://ask.layabox.com/question/43832 官方建议升级引擎,于是下了最新的beta4测试了一下demo, 可是还是会crash,只是crash的堆栈...
来源: Laya_社区 发布时间: 20190829
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
...找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Fred 赞同来自: 您好,您提供的描述内容文件里面是空的,麻烦您重新提供一下。 2021-11-05 0 4 分享 微博 QZONE 微信 Laya_Fred 赞同来自: 您好,onEnable方法的问题,在移除test...
来源: Laya_社区 发布时间: 20211105
...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
...所了解的给指点一下 多谢 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
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
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