Skip to content

Home > @esengine/ecs-framework-monorepo > Component > onDisabled

Component.onDisabled() method

组件禁用时的回调

当组件被禁用时调用。

Signature:

typescript
onDisabled(): void;

Returns:

void

基于 MIT 许可证发布