大约有 208 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)
...都要使用import和export吗? 请问layaide如何创建一个复合的Button 请问laya里如何解析json,似乎和AS3的不太一样。 问题状态 最新活动: 2018-05-21 09:24 浏览: 1950 关注: 4 人 一点一滴 • 2018-05-19 14:36 好久没看源码了,抱歉,谢谢指点!
来源: Laya_社区 发布时间: 20180518
...资源文件名前缀 资源文件名前缀缩写 Image 图像 image_ img_ Button 按钮 button_ btn_ ComboBox 下拉框 comboBox_ combo_ TextInput 文本输入 textInput_ input_ TextArea 文本域 textArea_ area_ CheckBox 多选框 checkBox_ check_ Label 显示文本 label_ 无缩写 RadioGroup 单...
来源: Laya3.0_文档 发布时间: 20241014
...dc2.layabox.com/doc/?nav=zh-js-2-2-5 我在一个Scene里面拖入了4个button,分别name为btn1....btn4,都绑定了同一个btn1.js 当点击它们无法获知,我点的是哪个,代码 如下 export default class btn1 extends Laya.Script { constructor(){super();} onEnable(){} onClick(){ ...
来源: Laya_社区 发布时间: 20181029
...载呢? 模型资源释放问题 请问layaide如何创建一个复合的Button 请问下loader如何强制加载一个文件,避免浏览器的缓存 Animation 的createFrames 使用已经加载的图集缓存动画失败 请问一下 ProtoBuf 支持 as3 版本吗? 问题状态 最新活动: ...
来源: Laya_社区 发布时间: 20180531
...eo/mp3/sfx_big_win.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_button.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_coin_fly.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_count_down.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_twinkle_edited.mp3", type: Lay...
来源: Laya_社区 发布时间: 20171217
...Color; /** * 编辑器默认的文字颜色 */ textColor: gui.Color; createButton(autoSize?: boolean): gui.Button; createIconButton(flat?: boolean): gui.Button; createCheckbox(autoSize?: boolean): gui.Button; createIconCheckbox(flat?: boolean): gui.Button; createRadio(): gui.Button; createComboBox()...
来源: Laya3.0_文档 发布时间: 20241014
...的代码: ```java package { import laya.display.Sprite; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; public class Main { public function Main() { //初始化引擎 Laya.init(500,500); var skins:Array = [ "res/button-1.png" ]; Laya.loader.load(skins, Handler.create(...
来源: Laya2.0_文档 发布时间: 20210715
...一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表...
来源: laya_api 发布时间: 20170929
...一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeIn...
来源: Laya2.0_api 发布时间: 20190513
...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...
来源: Laya2.0_文档 发布时间: 20210714