大约有 4 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0021 秒)
...wHeightDelta = this.rowSpacing + this.rowHeight; // 显示左侧标签 showLabel("邮箱", 0, rowHeightDelta * 0); showLabel("出生日期", 0, rowHeightDelta * 1); showLabel("密码", 0, rowHeightDelta * 2); // 显示右侧输入框 var emailInput = createInputElement(); var birthdayInput = createI...
来源: Laya_示例 发布时间: 20260815
...发更高效。(function() { var Box = Laya.Box; var Clip = Laya.Clip; var Label = Laya.Label; var Utils = Laya.Utils; // 此类对应的json对象: // {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "ri...
来源: Laya_示例 发布时间: 20260815
...mCurrIndex = 0; var mArmature; var mCurrSkinIndex = 0; var mFactory2; var mLabelSprite; (function(){ Laya.init(Browser.width, Browser.height,WebGL); Laya.stage.bgColor = "#ffffff"; Stat.show(); mLabelSprite = new Sprite(); startFun(); })(); function startFun() { mAniPath = "../../res/spine/spineRes6...
来源: Laya_示例 发布时间: 20260815
...port laya.events.Keyboard; import laya.events.MouseManager; import laya.ui.Label; import laya.utils.Browser; import laya.utils.Handler; import laya.utils.Stat; import laya.utils.Tween; import laya.webgl.WebGLContext; public class ColiderDemo { /**键盘的上下左右控制猴子位移**/ private va...
来源: Laya_示例 发布时间: 20260815