• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 206 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0061 秒)

181. laya.ui.RadioGroup_API3.0 [ 50%]

...ed from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:305 copy laya.ui.Button#labelColors() Returns string Inherited from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:309 copy laya.ui.Button#labelColors() Parameters value: string Returns void labelFont get labelFont(): string set labelFont(...

来源: Laya3.0_api 发布时间: 20231115

182. laya.ui.UIGroup_API3.0 [ 50%]

...一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Hierarchy Box UIGroup RadioGroup Tab Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name ...

来源: Laya3.0_api 发布时间: 20231115

183. 层级面板说明 · LayaAir3.0文档 · LAYABOX [ 49%]

...SoundNode、VideoNode); UI组件(Box、HBox、VBox、Image、Clip、Button、CheckBox、Radio、RadioGroup、ComboBox、Label、TextInput、TextArea、FontClip、ProgressBar、HSilder、VSlider、List、Panel、Tree、Tab、ViewStack、HScrollBar、VScrollBar、ColorPicker、View、Dialog、Op...

来源: Laya3.0_文档 发布时间: 20240624

184. laya.ui.Tab_API3.0 [ 49%]

...ed from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:305 copy laya.ui.Button#labelColors() Returns string Inherited from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:309 copy laya.ui.Button#labelColors() Parameters value: string Returns void labelFont get labelFont(): string set labelFont(...

来源: Laya3.0_api 发布时间: 20231115

185. ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? [ 49%]

.../this._loveControl.startGame();  //点击重置按钮,重新开始 this.button_reset.on(Laya.Event.CLICK, this, this.onClickReset);  let partPath = "res/aixin_bao.part"; Laya.loader.load(partPath, Laya.Handler.create(this, this.onAssetsLoaded), null, Loader.JSON); }  onAssetsLoaded(settings) { ...

来源: Laya_社区 发布时间: 20190704

186. laya2.0版本,富文本HTMLDivElement中<p>标签里使用<br />标签时报错,在<span>里也不行 [ 49%]

...擎一更新就要重新拷过来 2.label的文字在IDE是上下居中的(button里的label也是同样的问题),在浏览器上就不居中了,2.1.1.1版本也没有效果 3.input旋转90度后,图片是旋转了但输入区域没有旋转,类似的panel、list的滑动区域也不能旋...

来源: Laya_社区 发布时间: 20190815

187. UI组件的分类与继承关系(JavaScript-IDE篇(JS)-设计模式基础) [ 48%]

...辑器中直接查看显示效果。 基础显示组件包括:Sprite、Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprit...

来源: Laya2.0_文档 发布时间: 20200609

188. UI组件的分类与继承关系(ActionScript-IDE篇(AS3)-设计模式基础) [ 48%]

...辑器中直接查看显示效果。 基础显示组件包括:Sprite、Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprit...

来源: Laya2.0_文档 发布时间: 20200609

189. UI模式下Dialog标签嵌套RadioGroup会导致编辑器卡死 [ 47%]

... height="58" fontSize="20" color="#e5c39f" editorInfo="compId=10"/&gt; &lt;Button y="1" x="680" width="90" var="close" skin="setting/close.png" pivotY="45" pivotX="45" height="90" editorInfo="compId=18"/&gt; &lt;Panel y="275" x="88" width="511" var="headImgPanel" height="88" editorInfo="compId=20"&g...

来源: Laya_社区 发布时间: 20170221

190. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 46%]

... ) //拿到 Label 组件 private label: Laya.Label; @property( { type:Laya.Button } ) //拿到 Button 组件 private button: Laya.Button; @property( { type:Laya.Sprite } ) //拿到 Sprite 组件 private sprite: Laya.Sprite; @property( { type:Laya.Animation } ) //拿到 Animation 组件 private anmat...

来源: Laya3.0_文档 发布时间: 20240528