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

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

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

...移除子弹 this.owner.removeSelf(); } onUpdate(): void { //如果子弹超出屏幕,则移除子弹 if ((this.owner as Laya.Sprite).y < -10) { this.owner.removeSelf(); } } onDisable(): void { //子弹被移除时,回收子弹到对象池,方便下次复用,减少对象创建开销 Laya....

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

382. laya.display.Input [ 34%]

... 子对象数量。 Node overflow : String = visible overflow 指定文本超出文本域后的行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低依次为:hidden > visible > scroll。 Text padding : Array 边距信息。 数据格式:[上边距,右边距,...

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

383. laya.display.Input [ 34%]

...的实际高度。 Text HIDDEN : String = hidden[static] hidden 显示超出文本域的字符。Text hitArea : * 可以设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和可点击区域。 如果设置hitA...

来源: laya_api 发布时间: 20170929

384. laya.display.Graphics_API3.0 [ 29%]

...: ClipRectCmd Defined in laya/display/Graphics.ts:304 设置剪裁区域,超出剪裁区域的坐标显示。 Parameters x: number X 轴偏移量。 y: number Y 轴偏移量。 width: number 宽度。 height: number 高度。 Returns ClipRectCmd destroy destroy(): void Defined in laya/display/G...

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

385. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 28%]

...裁剪面与远裁剪面两个子参数来设置摄像机渲染的范围,超出范围的部分会被渲染显示,犹如被剪裁掉的效果。 Near Plane是近裁面,是指离摄像机视野方向最近的剪裁面,小于此距离值的渲染。 Far Plane是远裁面,是指离摄像...

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

386. laya.ani.GraphicsAni_API3.0 [ 28%]

...hics.clipRect Defined in laya/display/Graphics.ts:304 设置剪裁区域,超出剪裁区域的坐标显示。 Parameters x: number X 轴偏移量。 y: number Y 轴偏移量。 width: number 宽度。 height: number 高度。 Returns ClipRectCmd destroy destroy(): void Inherited from Graphics.d...

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

387. laya.ui.AutoBitmap_API3.0 [ 27%]

...hics.clipRect Defined in laya/display/Graphics.ts:304 设置剪裁区域,超出剪裁区域的坐标显示。 Parameters x: number X 轴偏移量。 y: number Y 轴偏移量。 width: number 宽度。 height: number 高度。 Returns ClipRectCmd destroy destroy(): void Overrides Graphics.destro...

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

388. laya.ui.TextArea [ 27%]

...示筛选会精确)。 Sprite overflow : String overflow 指定文本超出文本域后的行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低依次为:hidden > visible > scroll。 Label padding : String 边距信息 "上边距,右边距,下边距 , 左边...

来源: laya_api 发布时间: 20170929

389. laya.ui.TextArea [ 27%]

...read-only] 子对象数量。 Node overflow : String overflow 指定文本超出文本域后的行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低依次为:hidden > visible > scroll。 Label padding : String 边距信息 "上边距,右边距,下边距 , 左边...

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

390. 时间轴动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 27%]

...画图形的中心点,那就会出现问题,在UI舞台显示的时候超出坐标的地方,默认是无法通过调整宽高来设置点击区域的。 ![7](img/7.png)(图7) 图7中`GraphicNode:2`代表每一个动画节点,在选中`第0帧`可以看到`2`正是目标对象的值。 #### 1...

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