diff --git a/source/src/ECS/Component.ts b/source/src/ECS/Component.ts index 4f918269..8320bbf2 100644 --- a/source/src/ECS/Component.ts +++ b/source/src/ECS/Component.ts @@ -12,10 +12,6 @@ module es { * 此组件附加的实体 */ public entity: Entity; - /** - * 更新该组件的时间间隔。这与实体的更新间隔无关。 - */ - public updateInterval: number = 1; /** * 快速访问 this.entity.transform