大约有 435 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
...性进行赋值。 Label destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。UIComponent displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。...
来源: Laya2.0_api 发布时间: 20190513
...大小,默认为12Text destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displ...
来源: Laya2.0_api 发布时间: 20190513
...init(width,height))Stage destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite dis...
来源: Laya2.0_api 发布时间: 20190513
...Component.destroyed Defined in laya/components/Component.ts:93 是否已经销毁 。 Returns boolean enabled get enabled(): boolean set enabled(value: boolean): void Inherited from Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Comp...
来源: Laya3.0_api 发布时间: 20231115
...预热 shader;减少每帧动态改材质/宏定义;减少频繁创建/销毁资源;降低 UBO 上传(见 CT_UBO*) T_3DContextRender “绘制阶段”很高 DrawCall 多、三角形多、透明过绘制、状态切换多 先降 CT_DrawCall/CT_3DDrawCall;再降 CT_Triangle;再降 CT_Sh...
来源: Laya3.0_文档 发布时间: 20260128