大约有 83 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0029 秒)
Laya_社区(50) Laya2.0_文档(20) laya_api(3) Laya3.0_api(3) Laya2.0_api(3) Laya2.0_示例(2) Laya_示例(1) Laya3.0_文档(1)
...Element(); var passwordInput = createInputElement(); birthdayInput.type = "date"; passwordInput.type = "password"; Laya.stage.on(Laya.Event.RESIZE, this, fitDOMElements, [emailInput, birthdayInput, passwordInput]); function showLabel(label,x,y){ var t = new Laya.Text(); t.height = this.rowHeight; t....
来源: Laya_示例 发布时间: 20241118
...push("resources/test/a ("+i+").png"); } let nt = Date.now(); Laya.loader.load( loadList, Laya.Handler.create(this, () => { var label=this.owner.getChildByName("time") as Laya.Label; ...
来源: Laya_社区 发布时间: 20240628
... T): T { if (instance == null) { return instance } if (instance instanceof Date) { return new Date(instance.getTime()) as any } if (instance instanceof Array) { var cloneArr = [] as any[] ;(instance as any[]).forEach((value) => { cloneArr.push(value) }) return cloneArr.map((value: any) => Game...
来源: Laya_社区 发布时间: 20230625
...nt(); let passwordInput = this.createInputElement(); birthdayInput.type = "date"; passwordInput.type = "password"; Laya.stage.on(Laya.Event.RESIZE, this, this.fitDOMElements, [emailInput, birthdayInput, passwordInput]); } showLabel(label, x, y) { const Text = Laya.Text; let t = new Laya.Text(); t.he...
来源: Laya2.0_示例 发布时间: 20241118
...'_model = model'); __JS__('var SHAKE_THRESHOLD = 100'); __JS__('var last_update = 0'); __JS__('var x = y = z = last_x = last_y = last_z = 0;'); __JS__('var canShake = 1'); __JS__('if (window.DeviceMotionEvent){window.addEventListener("devicemotion", deviceMotionHandler, false)'); __JS__('}else{alert...
来源: Laya_社区 发布时间: 20160110
...nity') } const target = Date.now() + Number(ms) while (target > Date.now()){} } postMessage(['ok']); } catch (e) { console.log("Exception in wait onmessage...
来源: Laya_社区 发布时间: 20201201
...aya.display.Sprite; import laya.display.Text; /** * @date 2017-10-25 下午12:28:23 * @author xiaozhibin */ public class HelloLayaBox extends Sprite { public function HelloLayaBox() { Laya.init(600...
来源: Laya_社区 发布时间: 20171025
...: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 用Date类获取,具体的方法和属性,同js原生一致,建议你网上搜下! 2017-08-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Agnes 相关问...
来源: Laya_社区 发布时间: 20170804
... 与内容相关的链接 提交 1 个回复 182*****369 赞同来自: new Date().getTime(); 2017-09-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cqgcs 相关问题 请问有没有方法能够获取“鼠标是否处于按下状态...
来源: Laya_社区 发布时间: 20170920
...复 wudi199553 赞同来自: ainideqingliang 先 var unixTimestamp = new Date(Unix timestamp * 1000) 然后 commonTime = unixTimestamp.toLocaleString() 2017-11-27 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ainideqingliang 相关...
来源: Laya_社区 发布时间: 20171127