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

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

91. laya.ui.UIGroup_API3.0 [ 81%]

...lobalScaleX globalScaleY graphics gray height hideFlags hitArea is3D items labelBold labelColors labelFont labelPadding labelSize labelStroke labelStrokeColor labels left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selectedIndex sele...

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

92. 屏幕方向:自动横屏与自动竖屏的设置详解(ActionScript-LayaAir基础篇(AS3)-屏幕适配) [ 81%]

... package { import laya.display.Stage; import laya.ui.Image; import laya.ui.Label; import laya.webgl.WebGL; public class screenMode { public function screenMode() { Laya.init(0, 0, WebGL); Laya.stage.scaleMode = "full"; Laya.stage.bgColor = "#232628"; //自动横屏,游戏的水平方向始终与...

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

93. laya.ui.ComboBox_API3.0 [ 80%]

...on cacheAs centerX centerY components customRenderEnable dataSource defaultLabel destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D isOpen itemColors itemHeight itemPadding itemS...

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

94. ComboBox属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 80%]

...​ ![图片0.png](img/1.png) ​ (图1) ​ 设置 ComboBox 的属性 labels 的值为 “label1,label2” 后,显示效果如下: ​ 常态: ​ ![图片0.png](img/2.png) ​ (图2) ​ 点击后显示下拉选项列表: ​ ![图片0.png](img/3.png) ​ (图3) ​ 在下拉...

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

95. laya.ui.TextInput [ 80%]

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

96. List选中项下滚会变 [ 80%]

...下滚会变 List中选中checkbox,下拉条滑动,返回,checkbox的label会改变。。。。(服务器2变为服务器35)如果再选择别的选项,该checkbox的label又会变回服务器2;引入的js页面如下:(语言javascript,引擎1.7.8beta)   var ServerListView = (fu...

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

97. laya.ui.TextArea [ 80%]

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

98. UI-Tree [ 80%]

...发更高效。(function() { var Box = Laya.Box; var Clip = Laya.Clip; var Label = Laya.Label; var Utils = Laya.Utils; // 此类对应的json对象: // {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "ri...

来源: Laya_示例 发布时间: 20251130

99. UI-Tree [ 80%]

... 2; Laya.stage.addChild(tree); } } const Box = Laya.Box, Clip = Laya.Clip, Label = Laya.Label; // 此类对应的json对象: // {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "right": "0", "clipY": "2"}...

来源: Laya2.0_示例 发布时间: 20251130

100. 关于下拉列表的选择触发 [ 79%]

...e = "small" this.now_map.text = "当前地图:" + this.small_map.selectedLabel Laya.map_small_c = e } function onSelect_big(e) { if (e != 0) { if (Laya.keys > 0) { Laya.big_switch = 0 Laya.map_big = e Laya.maptype = "big" this.small_map.selectedIndex = 0 this.now_map.text = "当前地图:" + ...

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