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

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

71. drawToTexture截大图有问题,会丢失 [ 62%]

...题请先登录 发起人 弓长 相关问题 laya的drawToTexture太坑 button图片丢失 IDE动画 添加过程出现图片资源丢失 button 图片丢失 为什么在编辑器模式下正常的animation, 运行时播放就会丢失内容? unity导出模型,材质球贴图丢失 关于Unit...

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

72. laya.ui.Button [ 62%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态...

来源: laya_api 发布时间: 20170929

73. 动画-旧版骨骼动画 [ 62%]

...ex); } private loadUI(): void { Laya.loader.load(["../../res/threeDimen/ui/button.png"], Laya.Handler.create(this, function (): void { this.changeActionButton = Laya.stage.addChild(new Laya.Button("../../res/threeDimen/ui/button.png", "切换动作")) as Laya.Button; this.changeActionButton.size(160...

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

74. laya.ui.Button [ 61%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多...

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

75. 弹窗视图组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 61%]

...Laya.Image = new Laya.Image(this.assets[0]); this.dialog.addChild(bg); let button: Laya.Button = new Laya.Button(this.assets[1]); button.name = Laya.Dialog.CLOSE; button.pos(this.DIALOG_WIDTH - this.CLOSE_BTN_WIDTH - this.CLOSE_BTN_PADDING, this.CLOSE_BTN_PADDING); this.dialog.addChild(button); this...

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

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

...代码:** ```typescript module laya { import Stage = Laya.Stage; import Button = Laya.Button; import Clip = Laya.Clip; import Image = Laya.Image; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_Clip { private buttonSkin: string = "res/ui/button-7.png"; private clipSkin: s...

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

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

...*示例代码:** ```typescript (function() { var Stage = Laya.Stage; var Button = Laya.Button; var Clip = Laya.Clip; var Image = Laya.Image; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var buttonSkin = "res/ui/button-7.png"; var clipSkin = "res/ui/num0-9.png"; var bgSkin = "res/ui/coutDown...

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

78. Laya.stage.focus不起作用 [ 59%]

...roy()销毁精灵不起作用 请问一下,在编辑模式下放置一个button 但是click事件不起作用什么原因 nativefiles不起作用 为什么off不起作用 好像1.7.17类库创建阴影和发光滤镜不起作用哦 MOUSE_DOWN与MOUSE_MOVE同时存在,不起作用,哪位大神...

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

79. TextInput的select()方法问题 [ 59%]

TextInput的select()方法问题 代码很简单,就是一个按钮A(Button)监听点击事件回调中输入框B(TextInput)调用select()方法没有效果。 B.text = "123456"; A.on(Event.CLICK,this,OnClick);   private function OnClick():void {          B.select(); } 2017-05-25 添加评...

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

80. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 59%]

...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_文档 发布时间: 20251010