大约有 399 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0079 秒)
...移除子弹 this.owner.removeSelf(); } onUpdate(): void { //如果子弹超出屏幕,则移除子弹 if ((this.owner as Laya.Sprite).y < -10) { this.owner.removeSelf(); } } onDisable(): void { //子弹被移除时,回收子弹到对象池,方便下次复用,减少对象创建开销 Laya....
来源: Laya3.0_文档 发布时间: 20241014
... 子对象数量。 Node overflow : String = visible overflow 指定文本超出文本域后的行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低依次为:hidden > visible > scroll。 Text padding : Array 边距信息。 数据格式:[上边距,右边距,...
来源: Laya2.0_api 发布时间: 20190513
...的实际高度。 Text HIDDEN : String = hidden[static] hidden 不显示超出文本域的字符。Text hitArea : * 可以设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitA...
来源: laya_api 发布时间: 20170929
...: 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
...裁剪面与远裁剪面两个子参数来设置摄像机渲染的范围,超出范围的部分不会被渲染显示,犹如被剪裁掉的效果。 Near Plane是近裁面,是指离摄像机视野方向最近的剪裁面,小于此距离值的不渲染。 Far Plane是远裁面,是指离摄像...
来源: Laya3.0_文档 发布时间: 20241014
...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
...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
...示筛选会不精确)。 Sprite overflow : String overflow 指定文本超出文本域后的行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低依次为:hidden > visible > scroll。 Label padding : String 边距信息 "上边距,右边距,下边距 , 左边...
来源: laya_api 发布时间: 20170929
...read-only] 子对象数量。 Node overflow : String overflow 指定文本超出文本域后的行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低依次为:hidden > visible > scroll。 Label padding : String 边距信息 "上边距,右边距,下边距 , 左边...
来源: Laya2.0_api 发布时间: 20190513
...画图形的中心点,那就会出现问题,在UI舞台显示的时候超出坐标的地方,默认是无法通过调整宽高来设置点击区域的。 ![7](img/7.png)(图7) 图7中`GraphicNode:2`代表每一个动画节点,在选中`第0帧`可以看到`2`正是目标对象的值。 #### 1...
来源: Laya2.0_文档 发布时间: 20210715