大约有 846 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0091 秒)
Laya_社区(572) Laya3.0_api(133) laya_api(54) Laya2.0_api(51) Laya2.0_文档(21) Laya3.0_文档(13) Laya2.0_示例(1) Laya_示例(1)
...herited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean direction get direction(): string set direction(value: string): void Defined in laya/ui/UIGroup.ts:443 布局方向。 默认值为"horizontal"。 取值: "horizont...
来源: Laya3.0_api 发布时间: 20231115
...herited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean displayHeight get displayHeight(): number Inherited from Text.displayHeight Defined in laya/display/Sprite.ts:563 对象的显示高度(以像素为单位)。 Ret...
来源: Laya3.0_api 发布时间: 20231115
...herited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean disabled get disabled(): boolean set disabled(value: boolean): void Inherited from UIComponent.disabled Defined in laya/ui/UIComponent.ts:325 是否禁用页面,设...
来源: Laya3.0_api 发布时间: 20231115
...执行任何操作; Disable禁用组件所属节点; Destory:销毁组件所属节点; CallBack:向挂载在同一个节点上的脚本发送一个回调信号。 Culling Mode(剔除模式):当粒子系统不在视野范围内时,系统应如何处理它的模拟计算...
来源: Laya3.0_文档 发布时间: 20260122
...herited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean disabled get disabled(): boolean set disabled(value: boolean): void Inherited from UIComponent.disabled Defined in laya/ui/UIComponent.ts:325 是否禁用页面,设...
来源: Laya3.0_api 发布时间: 20231115
...; this.mConnected) this.pomelo.disconnect(); } /** 销毁*/ public destroy(): void { this.close(); this.pomelo = null; if(this.mDecorate)this.mDecorate.destroy(); this.mDecorate = null; ...
来源: Laya_社区 发布时间: 20161109