大约有 919 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0061 秒)
Laya3.0_api(529) Laya_社区(122) Laya2.0_api(101) laya_api(89) Laya3.0_文档(36) Laya2.0_文档(26) Laya2.0_示例(10) Laya_示例(6)
... 怎么获得laya.input输入框里面的值 把textInput的type设置为number的时候无法设置最多能输入的字数 TextInput在手机上文字输入位置不对 laya,dialog弹出后是否能点击底下的view页面的button Input输入文本的restrict限制输入的字符怎么使用...
来源: Laya_社区 发布时间: 20170517
...需要定义更多的细节,例如(原有写法): uniformMap:{ u_Number: { type: Float, default:0, alias:"数字", range:[0,100], fractionDigits: 2 } }, 如果细节较多,为了uniformMap的简洁性,可以将这些细节移到styles: uniformMap:{ u_Number: { type: Float, default:0 } ...
来源: Laya3.0_文档 发布时间: 20241014
...全覆盖下,不能只处理get或set,如: class A { protected _id:number = 1; public get id():number { return this._id } public set id(value:number){ this._id = vaule; } } class B extends A { public set id(value:number){ this._id = value + 1; } } class C extends A {...
来源: Laya_社区 发布时间: 20161109
...程中。边做监听。需要怎么做吗? 把textInput的type设置为number的时候无法设置最多能输入的字数 android 新版打包要求输入js或者json,而不是html路径 我应该如何处理 TextInput在手机上文字输入位置不对 layaair输入法瞬间错误显示问...
来源: Laya_社区 发布时间: 20170907
...关闭loading界面 Laya.Scene.showLoadingPage(param: any = null, delay: number = 500) 显示loading界面,打开参数,如果是scene,则会传递给 onOpened 方法。延迟打开时间,默认500毫秒 Laya.Scene.hideLoadingPage(delay: number = 500) 隐藏loading界面,延迟关闭时间...
来源: Laya3.0_文档 发布时间: 20241014
...将之前的内容全部赋值给全部input 把textInput的type设置为number的时候无法设置最多能输入的字数 android 新版打包要求输入js或者json,而不是html路径 我应该如何处理 问题状态 最新活动: 2019-05-14 16:58 浏览: 962 关注: 2 人
来源: Laya_社区 发布时间: 20181224
...h数据 Returns SkinMeshForGraphic Properties canvasPadding canvasPadding: number = 1 Inherited from MeshData.canvasPadding Defined in laya/ani/bone/canvasmesh/MeshData.ts:43 扩展像素,用来去除黑边 indexes indexes: Uint16Array = new Uint16Array([0, 1, 3, 3, 1, 2]) Inherited from MeshData.in...
来源: Laya3.0_api 发布时间: 20231115
...gClass() export class UI_RadioGroup extends Laya.Script { private SPACING: number = 150; private X_OFFSET: number = 200; private Y_OFFSET: number = 80; private skins: any[]; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一...
来源: Laya3.0_文档 发布时间: 20241014
...道是否正确,现在出现 TypeError: Cannot create property 'path' on number '10000' at new r (file:///Users/bingbing/MahjongProject/MahjongLaya/bin/socket.io.js:1:15053) zhishaofei3 • 2017-09-22 23:31 @piaobo80:链接打不开了怎么办 还有链接吗 重发一下 zhishaofei3 • 2017-09-...
来源: Laya_社区 发布时间: 20161214
...开发者工具,无法设置状态栏隐藏 把textInput的type设置为number的时候无法设置最多能输入的字数 问题状态 最新活动: 2016-12-28 12:01 浏览: 3766 关注: 3 人
来源: Laya_社区 发布时间: 20161228