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

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

381. laya.ui.Tab_API3.0 [ 46%]

...ed Menu Globals "laya/ui/Tab" Tab Class Tab Tab 组件用来定义选项卡按钮组。 * 属性:selectedIndex 的默认值为-1。 example 以下示例代码,创建了一个 Tab 实例。 package { import laya.ui.Tab; import laya.utils.Handler; public class Tab_Example { public function Tab_Exa...

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

382. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 46%]

...击事件没反应 遮罩点击事件 List滑动条会引起单元格上的按钮点击后多次触发点击事件 鼠标滚轮滚动事件 问题状态 最新活动: 2021-02-04 17:06 浏览: 209 关注: 2 人 小智队长 • 2021-02-04 14:17 我这个就是这么做的 ParadiseKiss • 2021-02-04 ...

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

383. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 45%]

...示例,我们可以了解子父级关系。 (动图3-1) 通过点击按钮,让父节点移动,同时可以看到子节点也跟随移动 this.layaMonkeyParent.transform.translate(new Laya.Vector3(-0.2, 0, 0); (动图3-2) 通过点击按钮,让子节点移动,可以看到父节点...

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

384. laya.ui.Slider [ 45%]

...对性能有一定影响。 Sprite  bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component...

来源: laya_api 发布时间: 20170929

385. laya.ui.UIGroup_API3.0 [ 45%]

...et labelBold(value: boolean): void Defined in laya/ui/UIGroup.ts:395 表示按钮文本标签是否为粗体字。 Returns boolean Defined in laya/ui/UIGroup.ts:399 表示按钮文本标签是否为粗体字。 Parameters value: boolean Returns void labelColors get labelColors(): string set labelCol...

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

386. laya.ui.VSlider [ 41%]

...,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Componen...

来源: laya_api 发布时间: 20170929

387. laya.ui.ComboBox_API3.0 [ 41%]

...t labelBold(value: boolean): void Defined in laya/ui/ComboBox.ts:686 表示按钮文本标签是否为粗体字。 see laya.display.Text#bold Returns boolean Defined in laya/ui/ComboBox.ts:690 表示按钮文本标签是否为粗体字。 see laya.display.Text#bold Parameters value: boolean Returns ...

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

388. laya.ui.HSlider [ 41%]

...,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Componen...

来源: laya_api 发布时间: 20170929

389. laya.ui.ScrollBar_API3.0 [ 40%]

...制所显示的数据部分。 滚动条由四部分组成:两个箭头按钮、一个轨道和一个滑块。 * see laya.ui.VScrollBar see laya.ui.HScrollBar Hierarchy UIComponent ScrollBar VScrollBar HScrollBar Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _ur...

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

390. 碰撞检测 outHitInfo.distance 一直等于 -1 ?(TS代码) [ 39%]

...camera:Laya.Camera; /*摇杆控制器*/ private rocker:RockerView; /*攻击按钮控制器*/ private attack:attackView; /*摇杆上一帧角度*/ private lastAngle:number = 0; /*检测移动区碰撞器的射线*/ private ray:Laya.Ray; /*碰撞检测信息*/ private outHitInfo:Laya.RaycastHit; const...

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