大约有 7,136 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0174 秒)
Laya_社区(6646) Laya2.0_文档(169) Laya3.0_文档(95) Laya3.0_api(65) Laya2.0_api(59) laya_api(56) Laya_示例(26) Laya2.0_示例(20)
... | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties...
来源: Laya2.0_api 发布时间: 20190513
...,尝试无果,依然可以穿透; 问题5:在设计模式编辑ui时,使用HBox,在编辑器中竟然可以随意拖拽子节点,但是运行起来后子节点才受到约束,这不是‘所见即所得’呀 问题6:通过Laya.Scene.open切换场景时,舞台上的3d场景...
来源: Laya_社区 发布时间: 20181012
...官方的实例写了个播放VIDEO的例子,然后再上面加了一层UI,目的是想点击UI,然后播放我的视频。我在IOS 端 发现可以正常点击,正常播放,但是在安卓 微信打开 不支持同层播放,它播放时调用了系统的播放器,而且 我想...
来源: Laya_社区 发布时间: 20180313
...建TextArea const { regClass, property } = Laya; @regClass() export class UI_TextArea extends Laya.Script { private skin: string = "resources/res/ui/textarea.png"; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ ...
来源: Laya3.0_文档 发布时间: 20251010
...无法正常作用问题-解决办法 关于龙骨动画转换 IDE通过.ui自动生成的ui代码报错 Animation 的createFrames 使用已经加载的图集缓存动画失败 runtime运行报错! 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 问题状态 最...
来源: Laya_社区 发布时间: 20191026
...dex | Frames No Frames PanelProperties | Methods | Events Packagelaya.uiClasspublic class PanelInheritancePanel Box UIComponent Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefin...
来源: Laya2.0_api 发布时间: 20190513
...们离项目工程化,自动化又更近了一步。 const gulp = require('gulp'); const connect = require('gulp-connect'); const { exec } = require("child_process"); //源码 const entry = 'src/**/*.*'; function compile() { //执行编译命令 layaair2-cmd compile let process = exec("layaair2-...
来源: Laya_社区 发布时间: 20200908
...| Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public P...
来源: laya_api 发布时间: 20170929
... | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties S...
来源: laya_api 发布时间: 20170929
...添加一个按钮,窗口依然是编辑模式,在Basics目录下找到UI目录,在UI目录里面找到Button并拖拽到场景中,修改它的通用属性var为btnShow,常用属性label为helloworld 经过这两步我们的游戏场景就大功告成了。 第三步:我们把窗口...
来源: Laya_社区 发布时间: 20190117