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

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

161. Clip属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 68%]

...teController() { controller = new Button(buttonSkin, "暂停"); controller.labelBold = true; controller.labelColors = "#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF"; controller.size(84, 30); controller.on('click', this, onClipSwitchState); controller.x = (Laya.stage.width - controller.width) / 2; controller.y = ...

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

162. 滤镜GlowFilter [ 68%]

...频率很高的时候回出现黑屏闪烁 发光滤镜的效果,针对label没有效果吗 问题状态 最新活动: 2017-01-18 12:14 浏览: 1526 关注: 2 人

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

163. 关于list滚动位置的问题 [ 68%]

... = new Handler(this, onChange); for(var m:int=0;m<21;m++){ data.push({m_label:"No."+m}); } mDemoUi.m_list.array=data; Laya.stage.addChild(mDemoUi); ... private function onChange():void{ trace("list index= "+mDemoUi.m_list.scrollBar.value); mDemoUi.valueLab.text="滚动条位置value= "+mDemoUi.m_...

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

164. laya.ui.TextInput [ 67%]

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

165. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 67%]

...{ this.controller = new Button(this.buttonSkin, "暂停"); this.controller.labelBold = true; this.controller.labelColors = "#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF"; this.controller.size(84, 30); this.controller.on('click', this, this.onClipSwitchState); this.controller.x = (Laya.stage.width - this.controll...

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

166. laya.ui.TextArea [ 67%]

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

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

167. LayaBox HelloWorld实战 [ 67%]

...拖拽到场景中,修改它的通用属性var为btnShow,常用属性label为helloworld   经过这两步我们的游戏场景就大功告成了。 第三步:我们把窗口切换到IDE的代码模式,在src目录下面新建一个scripts的文件夹,在scripts文件夹右键-》新建模...

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

168. as hello world 背景还是黑色 [ 67%]

as hello world 背景还是黑色 as hello world package { import laya.ui.Label; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#ffffff"; var sp : Label = new Label("hello world"); //sp.fontSize = 55; sp.pos(100, 100) ; //sp.co...

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

169. 请问ts版本下的Combobox组件,下拉框层级问题,是不打算改了吗? [ 67%]

...ya.Image('comp/bg.png'); let cbx = new Laya.ComboBox('comp/combobox.png', 'label1,label2'); cbx.selectedIndex = 0; let dialog = new Laya.Dialog(); dialog.addChild(img); dialog.addChild(cbx); dialog.popup(); romeo211 • 2017-04-25 22:48 这样就能复现了,原来不需要IDE cuixueying • 2017-...

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

170. laya.ui.Radio_API3.0 [ 67%]

...ScaleX globalScaleY graphics gray height hideFlags hitArea iconOffset is3D label labelAlign labelBold labelColors labelFont labelPadding labelSize labelStroke labelStrokeColor labelVAlign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollR...

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