From 8ac1eba3784e9e2a53baa589accc1ff5e1df2907 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Mon, 18 Jan 2021 13:50:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4component=E4=B8=AD=E7=9A=84up?= =?UTF-8?q?dateInterval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/ECS/Component.ts | 4 ---- 1 file changed, 4 deletions(-) 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