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

大约有 44 项符合查询结果, 库内数据总量为 30,723 项。 (搜索耗时: 0.0059 秒)

21. layaAir工具UI问题汇总 [ 54%]

...答 2016-08-24 0 0 分享 微博 QZONE 微信 ts123 赞同来自: 给一个控件修改完属性值之后(注意是在原有属性值基础上修改!!!), 按CTRL+A(八成就没设置快捷键)选中没反应, 用鼠标从右往左拖(选中全部)也选择不了... 这样很不方便,希望优化一...

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

22. 组件装饰器说明 · LayaAir3.0文档 · LAYABOX [ 53%]

...IDE中显示2.5 装饰器属性标识的类型2.6 组件属性值的输入控件2.7 组件属性分类与排序2.8 装饰器属性标识参数总结2.9 装饰器属性标识特殊用法三、@runInEditor四、@classInfo()4.1 加入IDE的组件列表4.2 属性分组组件装饰器说明 在LayaAir-ID...

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

23. laya.ui.ScrollBar [ 49%]

...method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容...

来源: laya_api 发布时间: 20170929

24. laya.ui.ScrollBar [ 49%]

...method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是...

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

25. laya.ui.HScrollBar [ 45%]

...prite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透...

来源: laya_api 发布时间: 20170929

26. laya.ui.HScrollBar [ 45%]

...prite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean ...

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

27. laya.ui.VScrollBar [ 42%]

...prite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透...

来源: laya_api 发布时间: 20170929

28. laya.ui.VScrollBar [ 42%]

...prite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean ...

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

29. laya.ui.TextInput [ 41%]

...前文本内容字符串。 TextInput textField : Text[read-only] 文本控件实体 Text 实例。 Label texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时...

来源: laya_api 发布时间: 20170929

30. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 40%]

...二个元素是字典输入值的类型,用于决定属性面板的输入控件类型 @property({ type: ["Record", Number] }) dict: Record<string, number>; } 示例效果如动图3-4所示: (动图3-4) 3.2.6 组件属性值的输入控件 IDE内置了number(数字输入)、string...

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