大约有 121 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(62) Laya2.0_文档(20) Laya2.0_示例(10) Laya_示例(10) Laya3.0_文档(7) Laya3.0_api(6) laya_api(3) Laya2.0_api(3)
...ld not attach to main target layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 关于文本遮挡 分享,扩展Laya.Text组件实现简单的富文本 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何...
来源: Laya_社区 发布时间: 20240719
...s | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Pro...
来源: Laya2.0_api 发布时间: 20190513
...s | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Prope...
来源: laya_api 发布时间: 20170929
... "CommDialog/vscroll.png"; this.sp_wanfa.addChild(panel); let t = new Laya.Label(); t.width = 638; t.fontSize = 25; t.wordWrap = true; t.color = "#976A4F"; t.overflow = "scroll" t.leading = 20; t.text =WanF.xinxi; panel.addChild(t); } public static xinxi = ` 信息,指音讯、消息、通讯系...
来源: Laya_社区 发布时间: 20180426
...的点击函数、timer的loop回调、任何事件的回调、在ios上给label设置了一个无效的color等),都会导致整个游戏直接卡死 画面停止渲染 全体timer loop都停止 所有事件也不会再触发 等同于所有代码都不执行了 一个无关紧要的...
来源: Laya_社区 发布时间: 20180525
...的任意属性进行赋值。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}};...
来源: Laya3.0_api 发布时间: 20231115
...s._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this._labelColors[index]; if (this._strokeColors)this._text.strokeColor=this._strokeColors[index]; } } __proto.changeClips=function(){ var img=Loader.getRes(this._skin); if (!img){ console.log("lose s...
来源: Laya_社区 发布时间: 20170516
...l> <RadioGroup y="183" x="269" var="gender" skin="setting/radio.png" labels="男 ,女" labelSize="40" labelPadding="4" labelColors="#e5c39f,#e5c39f,#e5c39f,#e5c39f" labelBold="true" editorInfo="compId=25"/> </Image> <Image y="338" x="57" var="headLeft" skin="setting/server_run_left...
来源: Laya_社区 发布时间: 20170221
... "res/monkey2.png"; Laya.stage.addChild(img); //文字 var text = new Laya.Label(); text.text = "游戏的水平方向"; text.color = "gray"; text.fontSize = 100; text.centerX = 0; text.centerY = 50; Laya.stage.addChild(text); } Laya.init(0, 0, Laya.WebGL); Laya.stage.scaleMode = "full"; Laya.stage....
来源: Laya2.0_文档 发布时间: 20210715
...的任意属性进行赋值。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}};...
来源: Laya3.0_api 发布时间: 20231115