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

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

71. laya.ui.HBox [ 62%]

...ackagelaya.uiClasspublic class HBoxInheritanceHBox LayoutBox Box Component Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 子对象对齐方式。LayoutB...

来源: laya_api 发布时间: 20170929

72. laya.ui.TipManager [ 62%]

...ackagelaya.uiClasspublic class TipManagerInheritanceTipManager UIComponent Sprite Node EventDispatcher Object鼠标提示管理类Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取身是否激活。 Node activeInHierar...

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

73. laya.ui.VBox [ 62%]

...kagelaya.uiClasspublic class VBoxInheritanceVBox LayoutBox Box UIComponent Sprite Node EventDispatcher Object VBox 是一个垂直布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取身是否激活。 N...

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

74. 绘制矩形与圆角矩形(JavaScript-LayaAir基础篇(JS)-矢量图) [ 61%]

...量矩形,示例代码如下: ```javascript (function() {     var Sprite = Laya.Sprite;     var Stage  = Laya.Stage;        (function()     {         //初始化舞台         Laya.init(500, 300);         drawSomething();     })();      ...

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

75. laya.ui.Panel [ 61%]

...vents Packagelaya.uiClasspublic class PanelInheritancePanel Box Component Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1...

来源: laya_api 发布时间: 20170929

76. laya.ui.HBox [ 61%]

...kagelaya.uiClasspublic class HBoxInheritanceHBox LayoutBox Box UIComponent Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取身是否激活。 N...

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

77. laya.ui.View [ 61%]

... Events Packagelaya.uiClasspublic class ViewInheritanceView Box Component Sprite Node EventDispatcher ObjectSubclasses Dialog View 是一个视图类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默...

来源: laya_api 发布时间: 20170929

78. laya.ui.AdvImage [ 61%]

...kagelaya.uiClasspublic class AdvImageInheritanceAdvImage Image UIComponent Sprite Node EventDispatcher Object 广告插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取身是否激活。 Node activeInHierarchy : B...

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

79. laya.ui.Tab [ 61%]

...Packagelaya.uiClasspublic class TabInheritanceTab UIGroup Box UIComponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取身是否激活...

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

80. 绘制矩形与圆角矩形(TypeScript-LayaAir基础篇(TS)-矢量图) [ 61%]

...形,示例代码如下: ```typescript module laya {     import Sprite = Laya.Sprite;     import Stage = Laya.Stage;       export class Sprite_DrawShapes {         private sp: Sprite;           constructor()         {             //...

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