大约有 417 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0060 秒)
Laya_社区(311) Laya3.0_api(40) Laya2.0_文档(16) Laya_示例(12) Laya3.0_文档(11) laya_api(9) Laya2.0_api(9) Laya2.0_示例(9)
...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
... 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
...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
...  (图1) 设置 ComboBox 的属性 labels 的值为 “label1,label2” 后,显示效果如下: 常态:  (图2) 点击后显示下拉选项列表:  (图3) 在下拉...
来源: Laya2.0_文档 发布时间: 20210714
...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
...下滚会变 List中选中checkbox,下拉条滑动,返回,checkbox的label会改变。。。。(服务器2变为服务器35)如果再选择别的选项,该checkbox的label又会变回服务器2;引入的js页面如下:(语言javascript,引擎1.7.8beta) var ServerListView = (fu...
来源: Laya_社区 发布时间: 20170805
...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
...发更高效。(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
... 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
...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