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

大约有 108 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0074 秒)

31. 数据、图片路径已加载到数组里面,要如何将图片路径赋值给skin?然后显示到list? [ 56%]

...itemlo) { //道具image、数量 data.push({itemImg:{skin:itemlo.image}, m_label:allEquipArr[i].amount.toString()}); } } this.otherItem_list.array = data; //单元格鼠标事件处理函数 this.otherItem_list.mouseHandler = new Handler(this,otherItem_listRender); 是这样子的.我从服务端拿...

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

32. laya.ui.TextInput_API3.0 [ 55%]

...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

33. dialog弹窗不居中(laya2.0.0beta5) [ 55%]

...l的图片怎么正确居中? fixed_height时不居中 资源编辑器的label控件的垂直居中有问题 Dialog限制拖动区域有什么方法 laya,dialog弹出后是否能点击底下的view页面的button 对齐模式选居中 没效果 问题状态 最新活动: 2018-12-13 11:36 浏览:...

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

34. laya.ui.TextArea_API3.0 [ 55%]

...这里可以设置 _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

35. laya.ui.Label [ 54%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames LabelProperties | Methods | Events Packagelaya.uiClasspublic class LabelInheritanceLabel Component Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.dis...

来源: laya_api 发布时间: 20170929

36. laya.ui.List_API3.0 [ 53%]

...列表的数据信息。 for (var i:int = 0; i < 20; i++) { arr.push({label: "item" + i}); } var list:List = new List();//创建一个 List 类的实例对象 list 。 list.itemRender = Item;//设置 list 的单元格渲染器。 list.repeatX = 1;//设置 list 的水平方向单元格数量。 li...

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

37. Morn下List组件如何给每一条列表添加Click事件,是需要for吗? [ 53%]

...super(); var arr:Array=[]; for(var i:int=0;i<95;i++) { arr.push({icon:i,label:"Index"+i}); } boxList.array=arr; boxList.mouseHandler=new Handler(listRender); } private function listRender(e:MouseEvent,index:int):void { // TODO Auto Generated method stub if(e.type==MouseEvent.CLICK) { if(index==2)...

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

38. laya.ui.Label [ 52%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames LabelProperties | Methods | Events Packagelaya.uiClasspublic class LabelInheritanceLabel UIComponent Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.d...

来源: Laya2.0_api 发布时间: 20190513

39. [LayaAirIDE3]VBox布局组件没有中间居中的选项 [ 52%]

...ist 组件列表渲染异常 layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 分享,扩展Laya.Text组件实现简单的富文本 编辑器Tree组件树节点渲染回调两次 3d项目-unity添加物理组件 layanative2 打包android...

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

40. laya.ui.TextArea [ 52%]

...nts Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align...

来源: laya_api 发布时间: 20170929