大约有 93 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)
Laya_社区(29) Laya2.0_文档(19) Laya2.0_示例(18) Laya_示例(12) Laya3.0_api(7) laya_api(3) Laya2.0_api(3) Laya3.0_文档(2)
...处以Box 对象为例。 **a.**从资源面板里选择拖入一个 Label 组件,到编辑区的界面里,设置 Label 属性 name 的值为 m_label。另外再设置一下 Label 的显示相关属性使它更好看一些。 **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 ...
来源: Laya2.0_文档 发布时间: 20210714
...处以Box 对象为例。 **a.**从资源面板里选择拖入一个 Label 组件,到编辑区的界面里,设置 Label 属性 name 的值为 m_label。另外再设置一下 Label 的显示相关属性使它更好看一些。 **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 ...
来源: Laya2.0_文档 发布时间: 20210715
...); musicButton.on(Event.CLICK, this, onPlayMusic); } function createButton(label) { var w = 110; var h = 40; var button = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2, 8, "25px SimHei", "#FFFFFF", "center"); Laya.stage.addChi...
来源: Laya_社区 发布时间: 20170527
...is.input_password, this.input_repassword]; /** 标签数组 */ private _arrLabel: Laya.Label = [this.lb_nickname, this.lb_mobile, this.lb_password, this.lb_repassword]; /** 验证标记 */ private _arrCheck: boolean = [false, false, false, false]; private init() { // 设置背景色为场景高度 t...
来源: Laya_社区 发布时间: 20200410
...addChild(textInput);//将 textInput 添加到显示列表。 } } Hierarchy Label TextInput TextArea Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _tf _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active...
来源: Laya3.0_api 发布时间: 20231115
...这里可以设置 _tf _tf: Input Inherited from TextInput._tf Overrides Label._tf Defined in laya/ui/TextInput.ts:119 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite...
来源: Laya3.0_api 发布时间: 20231115
...marker = new BMap.Marker(new BMap.Point(0,0)); map.addOverlay(marker); let label = new BMap.Label("当前位置", { offset: new BMap.Size(-15, 30) }); marker.setLabel(label); } createInfoText() { const Text = Laya.Text; infoText = new Text(); Laya.stage.addChild(infoText); infoText.fontSize = 50; in...
来源: Laya2.0_示例 发布时间: 20260303
...is.onPlaySound); } private createButton(label: string): Sprite { var w: number = 110; var h: number = 40; var button: Sprite = new Sprite(); button.siz...
来源: Laya_社区 发布时间: 20201203
...处以Box 对象为例。 **a.**从资源面板里选择拖入一个 Label 组件,到编辑区的界面里,设置 Label 属性 name 的值为 m_label。另外再设置一下 Label 的显示相关属性使它更好看一些。 **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 ...
来源: Laya2.0_文档 发布时间: 20210715
...因? 如何清除sharedCanvas上一次绘制的内容 资源编辑器的label控件的垂直居中有问题 fixed_height时不居中 对齐模式选居中 没效果 Laya2.20bata4版本使用HTMLDivElement报错 drawTexture时,Matrix对象,a=-1,无法实现水平翻转 问题状态 最新活动...
来源: Laya_社区 发布时间: 20190227