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

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

101. laya.physics.EdgeCollider_API3.0 [ 32%]

...Menu Globals "laya/physics/EdgeCollider" EdgeCollider Class EdgeCollider 2D边框碰撞体 Hierarchy ColliderBase EdgeCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlag...

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

102. laya.ui.ColorPicker [ 32%]

...lighter"。Sprite  borderColor : String 表示颜色样本列表面板的边框颜色值。 ColorPicker bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,...

来源: laya_api 发布时间: 20170929

103. laya.ui.ColorPicker [ 32%]

...lighter"。Sprite  borderColor : String 表示颜色样本列表面板的边框颜色值。 ColorPicker bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时...

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

104. laya.display.Text_API3.0 [ 30%]

...本显示为斜体。 text.borderColor = "#fff000";//设置 text 的文本边框颜色。 Laya.stage.addChild(text);//将 text 添加到显示列表。 } } } example Text_Example(); function Text_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efef...

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

105. laya.ui.Label [ 28%]

...值为 true,则文本为粗体字。 Label  borderColor : String 文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图...

来源: laya_api 发布时间: 20170929

106. laya.ui.ComboBox [ 28%]

...或被选中时背景颜色,悬停或被选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox  itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox  itemSize : int 下拉列表项标签的字体大小。 ComboBox  labelBold : Boolean 表示按钮文...

来源: laya_api 发布时间: 20170929

107. laya.ui.Label [ 28%]

...值为 true,则文本为粗体字。 Label  borderColor : String 文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态...

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

108. laya.ui.ComboBox [ 27%]

...或被选中时背景颜色,悬停或被选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox  itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox  itemSize : int 下拉列表项标签的字体大小。 ComboBox  labelBold : Boolean 表示按钮文...

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

109. IDE快捷键与鼠标交互操作大全 · LayaAir3.0文档 · LAYABOX [ 26%]

...选。 无论是单选,还是多选,选中的模型都会出现红色边框。 四、时间轴动画编辑快捷键 4.1 时间轴帧面板的快捷键 功能说明 按键 插入空白帧 F5 删除空白帧 Shift + F5 删除关键帧 Delete 复制关键帧 Ctrl + C 粘贴关键帧 Ctrl + V 当鼠...

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

110. 一篇了解所有的LayaAir文本组件(TypeScript-LayaAir基础篇(TS)-文本) [ 26%]

...ff0000;` | 背景颜色(仅div中使用) | | `border-color:#ff0000;` | 边框颜色(仅div中使用) | | `width:100px;` | 宽度(仅div中使用) | | `height:100px;` | 高度(仅div中使用) | 下面的代码是运用的示例代码, ```html 使用 HTMLDivElement  组件...

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