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

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

501. 脚本组件的使用(ActionScript-2D进阶篇(AS3)-扩展模块) [ 60%]

... | Number和sNumber的最小值 | | max | Number和sNumber的最大值 | | label | Nodes的关联属性,展示的属性名( 可选) 如果有则根据labels确定长度 没有就显示长度输入框 | | types | Nodes的关联属性,每个元素的类型(可选) | | xCount | Nodes的关联属...

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

502. 脚本化(ActionScript-IDE篇(AS3)-组件化开发相关) [ 60%]

... | Number和sNumber的最小值 | | max | Number和sNumber的最大值 | | label | Nodes的关联属性,展示的属性名( 可选) 如果有则根据labels确定长度 没有就显示长度输入框 | | types | Nodes的关联属性,每个元素的类型(可选) | | xCount | Nodes的关联属...

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

503. laya.display.FrameAnimation [ 60%]

...位置。 Node addChildren(... args):void 批量增加子节点 Node addLabel(label:String, index:int):void 增加一个帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件,派发事件是在完成当前帧画面更新之后。 AnimationPlayerBase ...

来源: laya_api 发布时间: 20170929

504. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 60%]

...is.input_password, this.input_repassword]; /** 标签数组 */ private _arrLabel: Laya.Label = [this.lb_nickname, this.lb_mobile, this.lb_password, this.lb_repassword]; /** 验证标记 */ private _arrCheck: boolean = [false, false, false, false]; private init() { // 设置背景色为场景高度 t...

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

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

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

506. 实体组件系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 59%]

...ya.ColliderBase, contact?: any): void { // 假如碰到了炸弹 if (other.label == "bomb") { // 此处省略爆炸伤害的逻辑 console.log("碰到炸弹:" + self.label + "受到伤害,生命值减少xx"); } else if (other.label == "Medicine") { // 假如碰到了药箱 // 此处省略恢复...

来源: Laya3.0_文档 发布时间: 20251010

507. laya.display.FrameAnimation [ 59%]

...onent):* 添加组件实例。 Node addInputChild(node:Node):NodeNode addLabel(label:String, index:int):void 增加一个帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件,派发事件是在完成当前帧画面更新之后。 AnimationBase callLa...

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

508. laya.ui.UIComponent_API3.0 [ 59%]

...造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx...

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

509. UI组件资源命名规则 · LayaAir3.4 · 引擎文档 · LAYABOX [ 59%]

...ut_ TextArea 文本域 textArea_ area_ CheckBox 多选框 checkBox_ check_ Label 显示文本 label_ 无缩写 RadioGroup 单选框组 radioGroup_ 无缩写 Radio 单选框 radio_ 无缩写 Tab 导航标签组 tab_ 无缩写 Clip 位图切片 clip_ 无缩写 FontClip 位图字体切片 fontClip_ 无...

来源: Laya3.0_文档 发布时间: 20251010

510. FairyGUI是一款专业的 UI编辑器(千万别点) [ 59%]

...开代码编辑器 请配置 这个怎么解决? LayaAir IDE UI编辑器Label怎么使用自己的ttf字体文件? LayaAir的UI编辑器中添加一个2D对象或Graphics对象,发布为flash版本后,运行swf会报错; 粒子编辑器里面 有没有办法 设置贴图不要透明 现在...

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